Evaluation Code:
if(test-path -Path "%APPDATA%/Zoom"){Exit 1}
Remediation Code:
$process = Start-Process -File-Path "%APPDATA%\Zoom\Zoom\uninstall\Installer.exe" -ArgumentList "/uninstall" -PassThru
Exit $process.ExitCode
Evaluation Code:
if(test-path -Path "%APPDATA%/Zoom"){Exit 1}
Remediation Code:
$process = Start-Process -File-Path "%APPDATA%\Zoom\Zoom\uninstall\Installer.exe" -ArgumentList "/uninstall" -PassThru
Exit $process.ExitCode
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.