joshdejuan / Microsoft-365-Uninstaller

A PowerShell script to remove all Microsoft 365 apps in Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft-365-Uninstaller

Logo Microsoft 365

A PowerShell script that uninstalls all Microsoft 365 applications that come pre-installed by default on certain PCs.

It first enables the script execution policy in PowerShell (Set-ExecutionPolicy Unrestricted -Force) and then searches for all applications containing *Microsoft 365* and uninstalls them.

Very useful for IT administrators.

Based on:

Script To Silently Uninstall Built-In Office 365 ClickToRun
by u/timurleng in sysadmin

About

A PowerShell script to remove all Microsoft 365 apps in Windows.


Languages

Language:PowerShell 100.0%