the app package has.msixor.appxfile name extension. To get the list of installed appx packages you need to run this command in PowerShell elevated mode, this
Appx Commands Add-AppSharedPackageContainer Add-AppxPackage Add-AppxVolume Dismount-AppxVolume Get-AppSharedPackageContainer Get-AppxDefaultVolume Get-AppxLastError Get-AppxLog Get-AppxPackage Get-AppxPackageAutoUpdateSettings Get-AppxPackageManifest ...
Get-AppxPackage[-AllUsers] [-PackageTypeFilter <PackageTypes>] [[-Name] <String>] [[-Publisher] <String>] [-User <String>] [-Volume <AppxVolume>] [<CommonParameters>] Description TheGet-AppxPackagecmdlet gets a list of the app packages that are installed in a user profile. An app pa...
Get-AppxPackage [[-Name] <String> ] [[-Publisher] <String> ] [-AllUsers] [-User <String> ] [ <CommonParameters>] Detailed Description TheGet-AppxPackagecmdlet gets a list of the app packages (.appx) that are installed in a user profile. To get the list of packages for a user pro...
Get-AppxPackageGets a list of the app packages that are installed in a user profile.语法复制 Parameter Set: Default Get-AppxPackage [[-Name] <String> ] [[-Publisher] <String> ] [-AllUsers] [-PackageTypeFilter <PackageTypes> {None | Main | Framework | Resource | Bundle | Xap} ] ...
Parameter Set: Default Get-AppxPackage [[-Name] <String> ] [[-Publisher] <String> ] [-AllUsers] [-User <String> ] [ <CommonParameters>] Detailed Description TheGet-AppxPackagecmdlet gets a list of the app packages that are installed in a user profile. An app package has an .appx fi...
Get-AppxPackageGets a list of the app packages that are installed in a user profile.SyntaxCopy Parameter Set: Default Get-AppxPackage [[-Name] <String> ] [[-Publisher] <String> ] [-AllUsers] [-User <String> ] [ <CommonParameters>] ...
Additional, less frequently used, PowerShell cmdlets are part of the AppX module. These include cmdlets for provisioned packages (also available using the DISM command described in the next section), and those for Volumes (the location for the MSIX/AppX packages on any given disk partition): ...
I installed a bundle using Add-AppXPackage. When I run Get-AppXPackage: The internal name field from the bundle manifest appears in the list, rather than the name of the package. The bundle was created in Visual Studio using a WAP and assigned a GUID for the name of the bundle)...
You can see modification packages using:Get-AppPackage -PackageTypeFilter Optional ConfigMgr and Intune leverage an inbox CSP for manageability. They have a few different pivots to get the installed app inventory as well. The APIs also allow for this filtering. ...