Ich erhalte Fehler bei der Installation des Pakets remove-windows-appx auf einem kleinen Teil meines Netzwerks. Gibt es in PowerShell ein Äquivalent zu "run_notfatal"?
Beispiel :
Falls erforderlich, entfernen: Microsoft.BingSports
Falls erforderlich, entfernen: Microsoft.BingWeather
Traceback (letzter Aufruf zuerst):
Datei "C:\wapt\common.py", Zeile 3876, in install_wapt
exitstatus = setup.install()
Datei "c:\windows\temp\waptyl5ecp\setup.py", Zeile 93, in install
Datei "C:\wapt\setuphelpers_windows.py", Zeile 840, in run_powershell
raise CalledProcessErrorOutput(e.returncode,cmd,e.output)
CalledProcessErrorOutput: Befehl u'$ProgressPreference = "SilentlyContinue"\n(Get-AppXProvisionedPackage -Online | where DisplayName -EQ "Microsoft.BingWeather" | Remove-AppxProvisionedPackage -Online) | ConvertTo-Json gab den Exit-Status 1 zurück.
Ausgabe:#< CLIXML
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"> S="Error">Remove-AppxProvisionedPackage: Der Pfad sp\xe9cifi\xe9 wurde nicht gefunden._x000D__x000A_
CalledProcessErrorOutput: Command u'$ProgressPreference = "SilentlyContinue"\n(Get-AppXProvisionedPackage -Online | where DisplayName -EQ "Microsoft.BingWeather" | Remove-AppxProvisionedPackage-Online) | 'ConvertTo-Json' gab den Exit-Status 1 zurück.
Ausgabe:#< CLIXML
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04> S="Error">Remove-AppxProvisionedPackage: Der angegebene Pfad wurde nicht gefunden._x000D__x000A_
