By default, Login AM does not install the user environment plugin on the target computers. The user environment plugin will handle the undermentioned activities:
- Creating shortcuts
- Publishing shortcuts for Microsoft RDS, Citrix XenDesktop/XenApp and VMware View environments
- Execute action items (i.e. altering HKCU registry keys, copying files within profile and create user DSN etc.)
This tutorial will show you how to install and enable the user environment plugin in your environment.
Installation of the user environment
To install the user environment, the only thing we need to do is to set a logon script for the users. We can do this either by using local policy or by using group policy, or by any other means you might have for setting a logon script for the users.The logon script code to set:
%windir%\system32\windowspowershell\v1.0\powershell.exe -Command import-module amclient;invoke-amevent -name logon
Enable the user environment
Now that the logon script is in place, we can enable the user environment for specific collections and packages using the User Environment tab in Collection and Packages view.