Microsoft APP-V-5 has a user integration location set to %localuserprofile%
This location contains junction points to the the APP-V application under C:\ProgramData
We typically do not persist the data area %localuserprofile%
This means when the user logs off and back on their per user APP-V delivered applications will have broken icons and fail to launch.
A way to workaround this behaviour is to republish per user based App-V applications at logon time. This rebuild the Junciton points for the application.
We can use the Powershell command "Publish-AppVClientPackage" "AppName"
to republish the users applications.
We can run this with an appsense Logon Trigger. We can also use a conditioncehck to make this more efficient like checking the user is a member of the AD group associated with the application and also checking the application is installed on this client machine.
Information on how APPV-V 5 and how it works can be found here
https://technet.microsoft.com/en-gb/library/dn508409.aspx#BKMK_pub_pkg_standalone_posh
No comments:
Post a Comment