Skip to content

Commit

Permalink
Singular
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Dec 13, 2024
1 parent 49e30c9 commit 180a10d
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<#
.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!
#>

#Find Group Policies with Missing Permissions
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 ()

$GPOs = Get-GPO -All

Expand Down

0 comments on commit 180a10d

Please sign in to comment.