We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e30c9 commit 180a10dCopy full SHA for 180a10d
…Directory/Get-GPOsMissingPermissions.ps1 … Directory/Get-GPOsMissingPermission.ps1Active Directory/Get-GPOsMissingPermissions.ps1 renamed to Active Directory/Get-GPOsMissingPermission.ps1
@@ -1,14 +1,14 @@
1
-<#
2
- .SYNOPSIS
3
- Find Group Policy Objects with Missing Permissions
4
-
5
- .DESCRIPTION
6
- A script that finds GPOs that are missing permissions for Authenticated Users OR Domain Controllers.
7
- ...this must have been written before I found GPOZaurr!
8
-#>
9
10
-#Find Group Policies with Missing Permissions
11
-Function Get-GPOsMissingPermissions {
+Function Get-GPOsMissingPermission {
+ <#
+ .SYNOPSIS
+ Find Group Policy Objects with Missing Permissions
+
+ .DESCRIPTION
+ A script that finds GPOs that are missing permissions for Authenticated Users OR Domain Controllers.
+ ...this must have been written before I found GPOZaurr!
+ #>
+ [CmdletBinding()]
+ param ()
12
13
$GPOs = Get-GPO -All
14
0 commit comments