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