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