Skip to content

Instantly share code, notes, and snippets.

@D00MFist
Created April 14, 2020 17:43
Show Gist options
  • Save D00MFist/63f56a081b3c2cf3ec0afb0af8329ecd to your computer and use it in GitHub Desktop.
Save D00MFist/63f56a081b3c2cf3ec0afb0af8329ecd to your computer and use it in GitHub Desktop.
AllowStoreSignedBinaries
get-process | select -exp processname -Unique | % { Get-ProcessMitigation -ErrorAction SilentlyContinue -RunningProcesses $_ | select processname, Id, @{l="Only MS Store"; e={$_.BinarySignature|select -exp AllowStoreSignedBinaries}}} 2> $null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment