Test-IsBannedWord
Last updated
Last updated
The Test-IsBannedWord
cmdlet checks to see if a specified string matches a value in the banned word store. The are applied to the string and the resulting value is checked against the store.
Value
Required. The string to test. are applied to this string before it is checked against the store
Hash
Required. A binary hash to test. A hash cannot be normalized, so it is tested as-is.
SecureString
Required. The string to test as a SecureString. are applied to this string before it is checked against the store
The cmdlet returns a boolean value indicating whether the input string or hash matches a value in the banned word store.