Skip to content

Commit

Permalink
Wrong Schema attribute lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Oct 11, 2024
1 parent 17ed018 commit 3652d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Set-AdAclLaps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Set-AdAclLaps {
} #end If-Else
#>

if ($Variables.GuidMap['ms-Mcs-AdmPwdExpirationTime']) {
if ($Variables.GuidMap['msLAPS-Password']) {

Write-Verbose -Message 'LAPS is supported on this environment. We can proceed to configure it.'

Expand Down

0 comments on commit 3652d30

Please sign in to comment.