Files
management-scripts/Uninstall-LabTech.ps1
2020-08-14 14:19:37 -04:00

3 lines
162 B
PowerShell

$LTGUIDList = @(
"{3f460d4c-d217-46b4-80b6-b5ed50bd7cf5}")
ForEach ($guid in $LTGUIDList) { Start-Process "msiexec.exe" -ArgumentList "/x ${guid} /qn" -Wait }