Powershell Tip #86: List Security Filtering of a GPO By powershellgu | December 4, 2015 2 Comments Tip: You can list the groups defined in Security Filtering : PowerShell Get-GPPermission -Name 'FINANCE - Printers' -All | Where Permission -eq GpoApply 1 Get-GPPermission -Name 'FINANCE - Printers' -All | Where Permission -eq GpoApply Note 1 : Get-GPPermission requires GroupPolicy. Note 2 : Get-GPPermissions is an alias of Get-GPPermission.
Pingback: Powershell Tip #85: Run an infinite / endless / continuous ping | Powershell Guru
Pingback: Powershell Tip #87: Set keyboard layout | Powershell Guru