Deploying agents to non-persistent VDI images

When deploying agents to non-persistent virtual desktop interface (VDI) disk images, there are a few extra steps you must take.

The agent configuration process adds unique ID and logon history tracking registry entries for that device. In a non-persistent environment, this data will be lost when the image resets.

If you want to make sure Endpoint Manager tracks each machine in the VDI pool individually, you must delete these registry keys from the base image. Doing this allows the registry keys to be recreated when each machine in the VDI pool boots the first time and the agents load.

These are the UniqueID and logon tracking registry keys you must delete from the VDI base image.

For 64-bit VDI images:

HKLM\SOFTWARE\Wow6432Node\Intel\LANDesk\CommonApi\UniqueID

HKLM\SOFTWARE\Wow6432Node\LANDesk\CommonApi\UniqueID

HKLM\SOFTWARE\Wow6432Node\LANDesk\Inventory\LogonHistory\Logons

For 32-bit VDI images:

HKLM\SOFTWARE\Intel\LANDesk\CommonApi\UniqueID

HKLM\SOFTWARE\LANDesk\CommonApi\UniqueID

HKLM\SOFTWARE\LANDesk\Inventory\LogonHistory\Logons

If you're using software usage monitoring, you must also set a UNC path where software monitor data files will be stored. If you don't set a path, software license monitoring will store monitoring data in the registry. In a non-persistent environment, this data will be lost when the image resets.

To record software usage statistics to a network location
  1. Click Tools > Configuration > Agent Settings.
  2. Select Inventory settings, and double-click the inventory setting that you will use on your VDI image.
  3. Click Software usage monitoring.
  4. Select Use software monitor.
  5. Select Record software usage statistics to a network location.
  6. Enter the UNC path information and the credentials the agents on the VDI image should use to access that UNC path.
  7. Save your changes.
  8. Deploy the agent configuration to your VDI base image.
  9. Delete the UniqueID and logon tracking registry keys mentioned earlier in this section.
  10. Save the changes to your VDI base image.