Search notes:

PowerShell cmdLet get-appxPackage

get-appxPackage returns one or more instances of the .NET class Microsoft.Windows.Appx.PackageManager.Commands.AppxPackage.
PS C:\Users\Rene> get-appxPackage Microsoft.MSPaint


Name              : Microsoft.MSPaint
Publisher         : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture      : X64
ResourceId        :
Version           : 6.2004.20027.0
PackageFullName   : Microsoft.MSPaint_6.2004.20027.0_x64__8wekyb3d8bbwe
InstallLocation   : C:\Program Files\WindowsApps\Microsoft.MSPaint_6.2004.20027.0_x64__8wekyb3d8bbwe
IsFramework       : False
PackageFamilyName : Microsoft.MSPaint_8wekyb3d8bbwe
PublisherId       : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle          : False
IsDevelopmentMode : False
NonRemovable      : False
Dependencies      : {Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbwe, Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe}
IsPartiallyStaged : False
SignatureKind     : Store
Status            : Ok

See also

Powershell command noun: appxPackage

Index