I wanted to understand what the difference was between the commands "get-appxpackage" AND "get-appxprovisionedpackage". Is the former computer-focused and the latter wim-image-focused? TIA K
I wanted to understand what the difference was between the commands "get-appxpackage" AND "get-appxprovisionedpackage". Is the former computer-focused and the latter wim-image-focused? TIA K
Hi,
Get-AppxProvisionedPackage
Gets information about app packages (.appx) in an image that will be installed for each new user.
Get-AppxPackage
Gets a list of the app packages that are installed in a user profile.
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Thanks Ian. :)
So when customizing a WIM image; are both of these commands relevant to WIM image?
K
The Get-AppxProvisionedPackage cmdlet gets information about app packages in an image.
Thanks, figured that was the case with the Get-AppxProvisionedPackage command as I did use this with WIM image.
So the other command (Get-AppxPackage) is relevant to the OS it's being issued from and not a WIM related cmdlet?
6 people are following this question.