Install Msix Powershell All Users -

If you need to install the package and immediately register it for all existing users (rather than waiting for a new user to sign in), you can use a combination of Add-AppxPackage and Register in a loop. 1. Install to System First, make the app available to the system. 2. Register for All Users