List of Tables

 

Chapter 6. Operators

Table 6.1. PowerShell’s comparison operators

Table 6.2. PowerShell’s Boolean operators

Table 6.3. PowerShell’s bitwise operators

Table 6.4. Example bitwise comparison using -band

Table 6.5. Example bitwise comparison using -bxor

Table 6.6. Example bitwise comparison using -bor

Table 6.7. PowerShell’s arithmetic operators

Chapter 7. Working with objects

Table 7.1. Example properties for a car type and for a television type

Table 7.2. Example methods for a car type and for a television type

Chapter 10. PowerShell Remoting

Table 10.1. Example endpoint configurations

Chapter 13. Regular expressions

Table 13.1. Basic regular expression syntax

Table 13.2. Regular expression classes

Table 13.3. Basic regular expression quantifiers

Table 13.4. Deconstructing a regex

Chapter 22. Scope

Table 22.1. Differences between Set-StrictMode versions

Chapter 23. PowerShell workflows

Table 23.1. Function or workflow

Chapter 39. WMI and CIM

Table 39.1. Important Get-WmiObject parameter descriptions

Table 39.2. Order of arguments as documented and as expected by Invoke-WmiMethod

Table 39.3. Comparing WMI and CIM cmdlets

Table 39.4. Connectivity options when using CIM cmdlets