Difference between revisions of "Windows PowerShell 1.0 Essentials"

From Techotopia
Jump to: navigation, search
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

  1. Installing Windows PowerShell 1.0
  2. The Basics of the Windows PowerShell 1.0 Interactive Shell
  3. Windows PowerShell 1.0 Commands and Aliases
  4. Windows PowerShell 1.0 String Quoting and Escape Sequences
  5. Directing and Formatting Windows PowerShell 1.0 Output
  6. Understanding and Creating Windows PowerShell 1.0 Variables
  7. Windows PowerShell 1.0 Types