Is it possible to deploy the licence file or config settings file from a GPO or InTune?
Last Modified on Wednesday, 09-Oct-2024 15:26:20 BST
Yes you can:
ExamWritePad.msi LICENSEKEYFILE="\\Servername\Share\license.lic" SETTINGSFILE="\\Servername\Share\ExamWritePadSettings.json" /qn
You can also GPO or InTune or script it to suit your environment.
To GPO a file you can follow the basic outline from this website:
https://www.techcrafters.com/portal/en/kb/articles/how-to-copy-files-or-folders-to-all-computers-using-gpo#Copyingmoving_all_the_files_into_a_shared_network_folder
To InTune a file you can follow the basic outline from this website:
https://techcommunity.microsoft.com/t5/microsoft-intune/deploy-file-to-intune-enrolled-devices-as-win-32-app/m-p/3855954