List of Tables

 

Chapter 1. Welcome to PowerShell

Table 1.1. Parsing mode examples

Table 1.2. Steps in the parameter binding process

Chapter 2. Working with types

Table 2.1. Classes, types, and members defined

Table 2.2. Examples of PowerShell type management

Table 2.3. Numeric literals

Table 2.4. Numeric multiplier suffixes supported in PowerShell. Suffixes marked v2+ are available only in PowerShell v2 or later. GB, TB, and PB also support non-integer values using the System.Double .NET type

Table 2.5. PowerShell language standard conversions

Table 2.6. Custom type conversions

Chapter 3. Operators and expressions

Table 3.1. Basic arithmetic operators in PowerShell

Table 3.2. Result of addition operations

Table 3.3. PowerShell assignment operators

Table 3.4. PowerShell comparison operators

Table 3.5. PowerShell containment operators

Table 3.6. PowerShell wildcard pattern-matching operators

Table 3.7. Special characters in PowerShell wildcard patterns

Table 3.8. PowerShell regular expression -match and -replace operators. Note the case-sensitive and case-insensitive versions of each operator.

Table 3.9. Character sequences for doing substitutions in the replacement pattern for -replace operator

Table 3.10. Match options for the -split operator

Table 3.11. Logical and bitwise operators

Chapter 4. Advanced operators and variables

Table 4.1. PowerShell operators for working with types

Table 4.2. PowerShell unary operators

Table 4.3. Expression and statement grouping operators