Seite 1 von 1

Install msixbundle for every user

Verfasst: 30 Nov 2023, 16:21
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.

Re: Install msixbundle for every user

Verfasst: 05 Dez 2023, 11:39
von SisterOfMercy

Code: Alles auswählen

Add-AppxProvisionedPackage -Online
might do what you want.