Help sideloading eappx file via powershell for multi users

S

Schaffer

I'm trying to sideload an encrypted appx (eappx) app via powershell.Add-AppxPackage -Path ./Appfile.eappx works fine.However it only installs the app for the current user.To install for all users on the machine I've seen suggestions to use Add-AppxProvisionedPackage. This works installing and appx but fails installing the eappx with the error below:Works: Add-AppxProvisionedPackage -Online -PackagePath ./Appfile.appx -SkipLicenseFails: Add-AppxProvisionedPackage -Online -PackagePath ./Appfile.eappx -SkipLicenseAdd-AppxProvisionedPackage : Add-AppxProvisionedPackage failed. Error

Continue reading...
 

Similar threads

Back
Top Bottom