Install Msix Powershell All Users ((full)) -
Get-AppxProvisionedPackage -Online | Where-Object $_.PackageName -like "*YourAppName*"
The Add-AppxProvisionedPackage command ensures that future user logins get the app, and existing users will get it the next time they sign in. install msix powershell all users
You can install dependencies for all users by pointing to the folder containing the dependency .appx files. Get-AppxProvisionedPackage -Online | Where-Object $_