Remove-CompromisedPassword
SYNOPSIS
Removes a compromised password from the store
SYNTAX
String (Default)
SecureString
DESCRIPTION
The Remove-CompromisedPassword cmdlet removes a string of text from the compromised password store.
EXAMPLES
Example 1
Removes the string "password" from the compromised password store
PARAMETERS
-SecureString
The password to remove from the compromised password store as a secure string
-Value
The password to remove from the compromised password store as a string
CommonParameters
INPUTS
System.String
System.Security.SecureString
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated