Skip to content

Commit

Permalink
Fix parameter reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Dec 11, 2024
1 parent 93a2d90 commit 549544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Active Directory/Get-OUDetail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Test-BlockInheritance {
$OrganizationalUnit
)

if ($OU.gPOptions -eq 1) {
if ($OrganizationalUnit.gPOptions -eq 1) {
$true
} else {
$false
Expand Down

0 comments on commit 549544e

Please sign in to comment.