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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
System.String
System.Security.SecureString
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated