Die Suche ergab 3 Treffer
- 16 Mär 2022, 15:08
- Forum: Freier Support
- Thema: Powershell Add-AppPackage und OPSI (Winget)
- Antworten: 5
- Zugriffe: 1900
Re: Powershell Add-AppPackage und OPSI (Winget)
Remove-AppxPackage has the -AllUsers parameter, maybe this one does too? Hey, leider hilft es das auch nicht. es scheint als bräuchte er tazechlich einen user der die instalation anstosen muss. Leider habe ich noch keinen weg soetwas wie z.b. "runas" ohne die eingabe oder die speicherung ...
- 16 Mär 2022, 15:04
- Forum: Freier Support
- Thema: Powershell Add-AppPackage und OPSI (Winget)
- Antworten: 5
- Zugriffe: 1900
Re: Powershell Add-AppPackage und OPSI (Winget)
Hallo versuch es mal damit im [WinBatch_Setup] bereich: powershell -windowstyle hidden -command "Add-AppProvisionedPackage -online -packagepath C:\tmp\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle' -skiplicense" Gruß Michael Hey, danke für die idee leider geht es immer noch nicht...
- 22 Feb 2022, 16:27
- Forum: Freier Support
- Thema: Powershell Add-AppPackage und OPSI (Winget)
- Antworten: 5
- Zugriffe: 1900
Powershell Add-AppPackage und OPSI (Winget)
Hey, ich versuche grade winget automatisch auf clients zu instalieren. Hierbei will ich die .msixbundle auf c:\tmp\ zu kopieren und dann das powershellskript ausführen in dem der comand für die instalation steht. (mit powershellCall($befehl$) habe ich es auch schon probiert. beides leider ohne erfol...