Forum Discussion
JamesFrederick
Aug 05, 2022Copper Contributor
O365 uninstall from servers
Good day everyone, So my company recently moved to O365 Apps for Enterprise, and unfortunately, one of our techs accidently deployed the package to all machines (including servers) within the compan...
Kidd_Ip
Aug 26, 2022MVP
Which kind of tools are used to deploy the package?
Can consider deploying PowerShell?
1. Get-Package -ProviderName Programs -IncludeWindowsInstaller to collect the 'Program name'
2. Get-Package -Name "Program name" | Uninstall-Package