Difference between revisions of "Windows PowerShell 1.0 Essentials"
From Techotopia
Line 26: | Line 26: | ||
#* [[Directing and Formatting Windows PowerShell 1.0 Output|Formatting PowerShell Output]]<br><br> | #* [[Directing and Formatting Windows PowerShell 1.0 Output|Formatting PowerShell Output]]<br><br> | ||
# [[Understanding and Creating Windows PowerShell 1.0 Variables]] | # [[Understanding and Creating Windows PowerShell 1.0 Variables]] | ||
+ | #* [[Understanding and Creating Windows PowerShell 1.0 Variables|Naming a Variable in PowerShell]] | ||
+ | #* [[Understanding and Creating Windows PowerShell 1.0 Variables|Creating and Assigning a Value to a PowerShell Variable]] | ||
+ | #* [[Understanding and Creating Windows PowerShell 1.0 Variables|Accessing PowerShell Variable Values]] | ||
+ | #* [[Understanding and Creating Windows PowerShell 1.0 Variables|Changing the Type of a PowerShell Variable]] | ||
+ | #* [[Understanding and Creating Windows PowerShell 1.0 Variables|Pre-defined PowerShell Variables]]<br><br> | ||
# [[Windows PowerShell 1.0 Types]] | # [[Windows PowerShell 1.0 Types]] |
Revision as of 21:14, 17 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
- Windows PowerShell 1.0 Types