Created
March 18, 2020 03:18
-
-
Save joshfinley/88ba85d601209286fd6e128fe9312659 to your computer and use it in GitHub Desktop.
One-liner for getting mitigation policies for all running processes on the system
This file contains hidden or 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 | foreach { Get-ProcessMitigation -Id $_.Id } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment