Created
April 14, 2020 17:43
-
-
Save D00MFist/63f56a081b3c2cf3ec0afb0af8329ecd to your computer and use it in GitHub Desktop.
AllowStoreSignedBinaries
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-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