Skip to content

Instantly share code, notes, and snippets.

@jonmannn
Created August 7, 2018 19:10
Show Gist options
  • Select an option

  • Save jonmannn/ffc0c8fc36e9d572da28fa1d29ea6e24 to your computer and use it in GitHub Desktop.

Select an option

Save jonmannn/ffc0c8fc36e9d572da28fa1d29ea6e24 to your computer and use it in GitHub Desktop.
Pulls a list of all Win32 apps (filter optional)
Get-WmiObject -Class Win32_Product `
-Filter "Name = 'Sophos SafeGuard Client Configuration 8.00.2.16'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment