Closed
Description
[ValidateScriptBlock] should be able to validate that a [ScriptBlock]
does or does not contain any number of types.
-IncludeType should describe a list of types to be included, and should support wildcards or regexes.
-ExcludeType should describe a list of typesto be excluded, and should support wildcards or regexes.
-IncludeType should override -ExcludeType.