PowerShell Logo Small

Get-AppxProvisionedPackage



This is the built-in help made by Microsoft for the command 'Get-AppxProvisionedPackage', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets information about app packages (.appx) in an image that will be installed for each new user.

SYNTAX


Get-AppxProvisionedPackage [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-SystemDrive <String>] [-WindowsDirectory <String>] -Online
[<CommonParameters>]
Get-AppxProvisionedPackage [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-SystemDrive <String>] [-WindowsDirectory <String>] -Path <String>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-AppxProvisionedPackage cmdlet gets information about app packages (.appx) in an image that are set to install for each new user. For information about app packages
(.appx) that are not provisioned, use the Get-AppxPackage cmdlet instead.


Use the Online parameter to specify the running operating system on your local computer, or use the Path parameter to specify the location of a mounted Windows image.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=289354
Get-AppxPackage
Add-AppxProvisionedPackage
Remove-AppxProvisionedPackage
Set-AppXProvisionedDataFile

REMARKS

<

Examples


Example 1

PS C:\>Get-AppxProvisionedPackage –Path c:\offline



This command lists the app packages (.appx) in the Windows image that is mounted to c:\offline that will be installed for each new user account.