Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all articles
Browse latest Browse all 4762

App-V package deployed to terminal server: shortcut gone, howto repair for all users?

$
0
0

Hi,

I have a terminal server to which I deployed putty App-V 4.6, deployed putty via App-V 5.0.
Users which have their App-V 4.6 putty removed don't get the shortcut for App-V 5.0 putty, users who logon freshly get the putty correctly.

Tried several things but what I need is a repair on USER level.

These didn't help.

#Set back shortcuts Invoke-Command -ScriptBlock { Get-AppvClientPackage -name *putty* | Repair-AppvClientPackage -Extensions } -ComputerName $ComputerName -verbose #Set back shortcuts Invoke-Command -ScriptBlock { Get-AppvClientPackage -name *putty* | Repair-AppvClientPackage -UserState } -ComputerName $ComputerName -verbose #REPAIR APP-V PACKAGE Invoke-Command -ScriptBlock { Get-AppvClientPackage -name *putty* -all | Stop-AppvClientPackage -Global | Repair-AppvClientPackage -Extensions } -ComputerName $ComputerName -verbose

Invoke-Command -ScriptBlock  { Get-AppvClientPackage -name  *putty*  -all | Repair-AppvClientPackage -Extensions -global } -ComputerName $ComputerName -verbose

Please advise.
J


Jan Hoedt


Viewing all articles
Browse latest Browse all 4762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>