Test-IsCompromisedPassword
The Test-IsCompromisedPassword
cmdlet checks to see if a specified string matches a value in the compromised password store.
Syntax
Parameters
Value
Required. The string to test.
Normalize
Optional. If specified, normalization rules are applied to the password before being checked against the compromised password store. To test against the banned word store, use the Test‐IsBannedWord cmdlet instead.
Hash
Required. A binary hash to test.
SecureString
Required. The string to test as a SecureString.
Return value
The cmdlet returns a boolean value indicating whether the input string or hash matches a value in the compromised password store.
Examples
Last updated