Skip to content

Commit

Permalink
Update cmdlet to make it specific why we removed one option
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 24, 2021
1 parent 8e8590c commit 55762ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Get-O365PasswordResetIntegration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[PSCustomObject] @{
PasswordWritebackSupported = $Output.passwordWritebackSupported
# This one doesn't change and stays enabled all the time
#accountUnlockSupported = $Output.accountUnlockSupported
#AccountUnlockSupported = $Output.accountUnlockSupported
AccountUnlockEnabled = $Output.accountUnlockEnabled
}
}
Expand Down

0 comments on commit 55762ee

Please sign in to comment.