Now that we have the command logic, let’s apply it via Active Directory. The easiest method is using the approach in GPO, as it allows you to run the installer with elevated privileges (SYSTEM account) before the user logs in.
REM Apply license copy /Y "%~dp0license.sclic" "%ProgramData%\TechSmith\Snagit\license.sclic" snagit enterprise deployment
The base installation package required for all managed Windows deployments. Now that we have the command logic, let’s