SOLVED

Modification Package and Powershell

Brass Contributor

Hi All,

with Get-AppxPackage the installed Appx/Msix packages are listed. Modification packages only appear in the dependencies of the main package. Is there a Powershell command that can be used to get the properties of the modification package. Package name of the modification packagewith Get-AppxPackage does not return any info.

Thanks

Andreas

2 Replies
best response confirmed by Andreas Kerl (Brass Contributor)
Solution

 Hi, can you try: get-appxpackage -PackageTypeFilter Optional ?

Wow, great. Thanks for the simple solution.
1 best response

Accepted Solutions
best response confirmed by Andreas Kerl (Brass Contributor)
Solution

 Hi, can you try: get-appxpackage -PackageTypeFilter Optional ?

View solution in original post