Microsoft

Represents a block of PowerShell script. XML Element: XML Content: The contents of the ScriptBlock represented as a string, serialized using XML schema specification for string data type. String representation of the ScriptBlock MUST be encoded as described in the following section 2.2.5.3.2. Example: get-command -type cmdlet ................
................