Remove-BannedWord
Last updated
Last updated
The Remove-BannedWord
cmdlet takes a string of text, applies the to it, and removes it from the banned word store. If the normalized word is not present in the store, this cmdlet does nothing.
Value
Required. The string of text to remove from the store. will be applied to the string.
SecureString
Required. The string of text to remove from the store as a secure string object. will be applied to the string.
The following example removes a single banned word from the store
The following example prompts for a word to be removed from the store