Skip to content

Instantly share code, notes, and snippets.

@donniecode1983
Last active December 26, 2018 19:50
Show Gist options
  • Save donniecode1983/671808a2b0daf6cb524927b2925ef621 to your computer and use it in GitHub Desktop.
Save donniecode1983/671808a2b0daf6cb524927b2925ef621 to your computer and use it in GitHub Desktop.
Remove Office 365 pre-Install
set-executionpolicy unrestricted
remove-appxprovisionedpackage -online -packagename Microsoft.Office.Desktop_16010.9126.2116.0_neutral_~_8wekyb3d8bbwe
set-executionpolicy restricted
get-appxprovisionedpackage -online |select packagename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment