Remove Microsoft 365 Companions

OptionalStandardmäßig nicht ausgewählt (System-App)

Microsoft 365 (Business) Calendar, Files and People mini-apps, these apps may be reinstalled if enabled by your Microsoft 365 admin

App-ID
Microsoft.M365Companions

Entfernungsbefehl

Remove Microsoft 365 CompanionsPowerShell
# Remove Microsoft 365 Companions (Microsoft.M365Companions)
Get-AppxPackage -Name "Microsoft.M365Companions" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.M365Companions" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator