Skip to content

Instantly share code, notes, and snippets.

@focusmade
Created October 2, 2021 06:27
Show Gist options
  • Save focusmade/21bd757a5544ddf9309c3991118e5dba to your computer and use it in GitHub Desktop.
Save focusmade/21bd757a5544ddf9309c3991118e5dba to your computer and use it in GitHub Desktop.
Import-Module $env:SyncroModule -WarningAction SilentlyContinue
Log-Activity -Message "Attempting to uninstall $application via script" -EventName "Uninstall Application"
wmic product where "name like '%%$application%%'" call uninstall /nointeractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment