Remove-CompromisedPassword
Syntax
Remove-CompromisedPassword -Value <string>
Remove-CompromisedPassword -SecureString <SecureString>Parameters
Examples
Remove-CompromisedPassword -Value "password"Remove-CompromisedPassword -SecureString (Read-Host -Prompt "Enter the compromised password to remove from the store" -AsSecureString)Last updated