Forum Discussion
Andreas Kerl
Feb 05, 2019Brass Contributor
Modification Package and Powershell
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
Hi, can you try: get-appxpackage -PackageTypeFilter Optional ?
- Andreas KerlBrass ContributorWow, great. Thanks for the simple solution.
- Dian Hartono
Microsoft
Hi, can you try: get-appxpackage -PackageTypeFilter Optional ?