Difference between revisions of "Windows PowerShell 1.0 Essentials"
From Techotopia
Line 54: | Line 54: | ||
#* [[Windows PowerShell 1.0 Hashtables|Listing Hashtable Count, Keys and Values]]<br><br> | #* [[Windows PowerShell 1.0 Hashtables|Listing Hashtable Count, Keys and Values]]<br><br> | ||
# [[Basic Windows PowerShell 1.0 Operators]] | # [[Basic Windows PowerShell 1.0 Operators]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|What is an Expression?]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|Windows PowerShell Basic Assignment Operator]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|Windows PowerShell Compound Assignment Operators]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|Windows PowerShell Arithmetic Operators]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|PowerShell Increment and Decrement Operators]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|Windows PowerShell & Operator]] | ||
+ | #* [[Basic Windows PowerShell 1.0 Operators|Windows PowerShell Bitwise and Logical Operators]]<br><br> | ||
# [[Windows PowerShell 1.0 Comparison and Containment Operators]] | # [[Windows PowerShell 1.0 Comparison and Containment Operators]] | ||
#* [[Windows PowerShell 1.0 Comparison and Containment Operators|Windows PowerShell Comparison Operators]] | #* [[Windows PowerShell 1.0 Comparison and Containment Operators|Windows PowerShell Comparison Operators]] |
Revision as of 20:06, 26 November 2008
- Installing Windows PowerShell 1.0
- The Basics of the Windows PowerShell 1.0 Interactive Shell
- Windows PowerShell 1.0 Commands and Aliases
- Windows PowerShell 1.0 String Quoting and Escape Sequences
- Directing and Formatting Windows PowerShell 1.0 Output
- Understanding and Creating Windows PowerShell 1.0 Variables
- Basic Windows PowerShell 1.0 Types
- Working with Arrays in Windows PowerShell 1.0
- Creating a Windows PowerShell Array
- Creating Windows PowerShell Multidimensional Arrays
- Obtaining the Length of an Array
- Accessing Elements in a Windows PowerShell Array
- Accessing Elements in a Windows PowerShell Multidimensional Array
- Adding new Elements to a Windows PowerShell Array
- Combining Windows PowerShell Arrays
- Windows PowerShell 1.0 Hashtables
- Creating PowerShell Hashtables
- Accessing Hashtable Elements
- Modifying Windows PowerShell Hashtable Elements
- Adding Elements to a Windows PowerShell Hashtable
- Removing Elements from a Windows PowerShell Hashtable
- Clearing All Elements from a Windows PowerShell Hashtable
- Combining Hashtables
- Listing Hashtable Count, Keys and Values
- Basic Windows PowerShell 1.0 Operators
- Windows PowerShell 1.0 Comparison and Containment Operators