Remove-BannedWord
SYNOPSIS
Removes a banned word from the store
SYNTAX
String (Default)
SecureString
DESCRIPTION
The Remove-BannedWord cmdlet takes a string of text, applies the normalization rules to it, and removes it from the banned word store. If the normalized word is not present in the store, this cmdlet does nothing.
EXAMPLES
Example 1
Removes the word "password" from the banned word store
PARAMETERS
-SecureString
The string of text to remove from the store as a secure string object. Normalization rules will be applied to the string.
-Value
The string of text to remove from the store. Normalization rules will be applied to the 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