Deploy Easymorph desktop with a shared keyfile

we use easymorph desktop and have maybe 10 licenses. I'm trying to create an Intune deployment package that includes the updated license key for whenever we reallocated/add/remove licenses. I seem to recall there being an install parameter or xml file configuration where this can be included in the deployment package. what's the best way to manage this?

Hi Kevin
My recommendation would be to use EasyMorph Server to manage users. Even without a license for EasyMorph Server, you can add an EasyMorph desktop license file and manage users. Once you connect an EasyMorph Desktop client to the server, the configuration is stored into the EasyMorph Desktop config file, which you can package in your Intune deployment package. The config file is located in the AppData folder so something like Something like: C:\Users[user]\AppData\Local\EasyMorph\EasyMorph.config

If you don't want to use EasyMorph Server, you can still use the config file. If you apply your Desktop license to EasyMorph desktop, you'll find the following lines in config file:

When EasyMorph Desktop is installed it creates a config file in the the users appdata folder.

<LicenseMode>UseKey</LicenseMode>
<LicenseKeyPath>C:\license.key</LicenseKeyPath>

You can set the LicenseKeyPath to wherever you want to deploy the key file as part of the deployment and EasyMorph will pick it up when started. You could also set it to a shared drive common to all the users and you'd just need to swap out the key file if you need to. All the EasyMorph Desktops will check the key file from the config each time they start up.

Regards
Matt