Snagit | Enterprise Deployment

$licenseKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" Start-Process -FilePath "$env:ProgramFiles\TechSmith\Snagit\Snagit.exe" -ArgumentList "/activate $licenseKey" -Wait -NoNewWindow

In a locked-down environment, you likely want to prevent users from updating the software themselves to ensure version consistency. You can add the following properties: snagit enterprise deployment