Install msixbundle for every user

Antworten
atom
Beiträge: 6
Registriert: 23 Aug 2021, 13:17

Install msixbundle for every user

Beitrag von atom »

Hello forum,
does anyone know a way how to install a msxibundle via OPSI for all users of a computer?
I have already installed it via
Add-AppPackage -path "program.msixbundle"
but then the program is only available for the user who executed the installation.
I would be grateful for any thoughts that solves this problem.
Benutzeravatar
SisterOfMercy
Beiträge: 1524
Registriert: 22 Jun 2012, 19:18

Re: Install msixbundle for every user

Beitrag von SisterOfMercy »

Code: Alles auswählen

Add-AppxProvisionedPackage -Online
might do what you want.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten