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