Skip to content

Instantly share code, notes, and snippets.

@joshfinley
Created March 18, 2020 03:18
Show Gist options
  • Save joshfinley/88ba85d601209286fd6e128fe9312659 to your computer and use it in GitHub Desktop.
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
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