Skip to content

Instantly share code, notes, and snippets.

@jlabs
Created March 20, 2018 16:34
Show Gist options
  • Save jlabs/6e2d47a1eb2099cc82fd575df09396eb to your computer and use it in GitHub Desktop.
Save jlabs/6e2d47a1eb2099cc82fd575df09396eb to your computer and use it in GitHub Desktop.
Get-AppxProvisionedPackage -online | Where-Object {$_.packagename -like '*officehub*'} | Remove-AppxProvisionedPackage -online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment