Remove Power BI

SicherStandardmäßig zur Entfernung ausgewählt

Business analytics service client

App-ID
Microsoft.MicrosoftPowerBIForWindows

Entfernungsbefehl

Remove Power BIPowerShell
# Remove Power BI (Microsoft.MicrosoftPowerBIForWindows)
Get-AppxPackage -Name "Microsoft.MicrosoftPowerBIForWindows" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.MicrosoftPowerBIForWindows" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator