File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
module/EntraBeta/customizations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686
8787 $PasswordProfile = @{}
8888 if($null -ne $PSBoundParameters["ForceChangePasswordNextLogin"]) { $PasswordProfile["ForceChangePasswordNextSignIn"] = $ForceChangePasswordNextSignIn }
89- if($null -ne $PSBoundParameters["EnforceChangePasswordPolicy"]) { $PasswordProfile["ForceChangePasswordNextSignInWithMfa"] = $EnforceChangePasswordPolicy" }
89+ if($null -ne $PSBoundParameters["EnforceChangePasswordPolicy"]) { $PasswordProfile["ForceChangePasswordNextSignInWithMfa"] = $EnforceChangePasswordPolicy }
9090 if($null -ne $PSBoundParameters["Password"]) { $PasswordProfile["password"] = $PlainPassword }
9191
9292 Write-Debug("============================ TRANSFORMATIONS ============================")
9797 $response
9898 }
9999'@
100- }
100+ }
You can’t perform that action at this time.
0 commit comments