Skip to content

Instantly share code, notes, and snippets.

@rido-min
Created November 18, 2018 07:22
Show Gist options
  • Save rido-min/c1603354bf18493a6f74853ff8f5ac4f to your computer and use it in GitHub Desktop.
Save rido-min/c1603354bf18493a6f74853ff8f5ac4f to your computer and use it in GitHub Desktop.
GetFrameworkPackages
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