Created
November 18, 2018 07:22
-
-
Save rido-min/c1603354bf18493a6f74853ff8f5ac4f to your computer and use it in GitHub Desktop.
GetFrameworkPackages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AppxPackage | where {$_.IsFramework -eq "True"} | ft Name, Architecture, IsBundle, SignatureKind, Status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment