Difference between revisions of "Windows PowerShell 1.0 Essentials"

From Techotopia
Jump to: navigation, search
Line 35: Line 35:
 
#* [[Basic Windows PowerShell 1.0 Types|Specifying Hexadecimal Numbers]]
 
#* [[Basic Windows PowerShell 1.0 Types|Specifying Hexadecimal Numbers]]
 
#* [[Basic Windows PowerShell 1.0 Types|PowerShell Boolean Type]]
 
#* [[Basic Windows PowerShell 1.0 Types|PowerShell Boolean Type]]
#* [[Basic Windows PowerShell 1.0 Types|PowerShell String Type]]<br><br>
+
#* [[Basic Windows PowerShell 1.0 Types|PowerShell String Type]]
 +
#* [[Windows PowerShell Type Casting|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 a Windows PowerShell Array]]
Line 67: Line 68:
 
#* [[Windows PowerShell 1.0 Comparison and Containment Operators|Using Comparison Operators with Arrays and Collections]]
 
#* [[Windows PowerShell 1.0 Comparison and Containment Operators|Using Comparison Operators with Arrays and Collections]]
 
#* [[Windows PowerShell 1.0 Comparison and Containment Operators|Using PowerShell Containment Operators]]<br><br>
 
#* [[Windows PowerShell 1.0 Comparison and Containment Operators|Using PowerShell Containment Operators]]<br><br>
 +
# [[Windows PowerShell 1.0 Redirection]]

Revision as of 20:18, 26 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. Basic Windows PowerShell 1.0 Types
  8. Working with Arrays in Windows PowerShell 1.0
  9. Windows PowerShell 1.0 Hashtables
  10. Basic Windows PowerShell 1.0 Operators
  11. Windows PowerShell 1.0 Comparison and Containment Operators
  12. Windows PowerShell 1.0 Redirection