Difference between revisions of "Windows PowerShell 1.0 Essentials"

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

  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