Skip to content

Commit 549544e

Browse files
committed
Fix parameter reference name
1 parent 93a2d90 commit 549544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Active Directory/Get-OUDetail.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Test-BlockInheritance {
8080
$OrganizationalUnit
8181
)
8282

83-
if ($OU.gPOptions -eq 1) {
83+
if ($OrganizationalUnit.gPOptions -eq 1) {
8484
$true
8585
} else {
8686
$false

0 commit comments

Comments
 (0)