Difference between revisions of "Windows PowerShell 1.0 Essentials"
From Techotopia
Line 37: | Line 37: | ||
#* [[Basic Windows PowerShell 1.0 Types|PowerShell String Type]]<br><br> | #* [[Basic Windows PowerShell 1.0 Types|PowerShell String Type]]<br><br> | ||
# [[Working with Arrays in Windows PowerShell 1.0]] | # [[Working with Arrays in Windows PowerShell 1.0]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Creating a Windows PowerShell Array]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Creating Windows PowerShell Multidimensional Arrays]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Obtaining the Length of an Array]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Accessing Elements in a Windows PowerShell Array]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Accessing Elements in a Windows PowerShell Multidimensional Array]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Adding new Elements to a Windows PowerShell Array]] | ||
+ | #* [[Working with Arrays in Windows PowerShell 1.0|Combining Windows PowerShell Arrays]] | ||
+ | # [[Windows PowerShell 1.0 Associative Arrays (Hashtables)]] |
Revision as of 13:57, 19 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 Associative Arrays (Hashtables)