Hi Jordanht You need to install the Apps offline as a provisioned appx. To downlaod follow this: Sign in to the Microsoft Store for Business or Microsoft Store for Education. Click Manage. ...
See more...
Hi Jordanht You need to install the Apps offline as a provisioned appx. To downlaod follow this: Sign in to the Microsoft Store for Business or Microsoft Store for Education. Click Manage. Click Settings. Click Shop. Search for the Shopping experience section, change the License type to Offline, and click Get the app, which will add the app to your inventory You then can Download the App and its offline License File. With those two Files you are able to install the App as a privisioned App so as every user has the App installed at logon, without the need for reinstalling. Use this powershell command to install, ignore the dependency if non exists: Add-AppxProvisionedPackage -Online -PackagePath c:\Appx\myPackage.appx -DependencyPackagePath c:\Appx\dependency1\dependencyPackage.appx -LicensePath c:\Appx\myLicense.xml I tried this with DEM and even was able to also roam the users apps settings this way. Best Regards raaaphiiBIT