Difference between commands "get-appxpackage" AND "get-appxprovisionedpackage"

[Kat_21] 21 Reputation points
2021-03-17T12:16:34.617+00:00

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

Windows for business Windows Server User experience PowerShell
Windows for business Windows Client for IT Pros User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-03-18T03:34:13.377+00:00

    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.

    1 person found this answer helpful.

  2. [Kat_21] 21 Reputation points
    2021-03-22T13:39:55.633+00:00

    80060-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.