Test-IsBannedWord
SYNOPSIS
SYNTAX
String (Default)
Test-IsBannedWord [-Value] <String> [<CommonParameters>]Hash
Test-IsBannedWord [-Hash] <Byte[]> [<CommonParameters>]SecureString
Test-IsBannedWord [-SecureString] <SecureString> [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-Hash
-SecureString
-Value
CommonParameters
INPUTS
System.String
System.Byte[]
System.Security.SecureString
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated