Two Days PowerShell:3

Using Windows PowerShell Cmdlets 

 

  1. Understanding the Basics of Cmdlets
    1. Typing long cmdlet names can be somewhat tedious. To simplify this process, type enough of the cmdlet name to uniquely distinguish it, and then press the Tab key on the keyboard. What is the result? Tab Completion completes the cmdlet name for you. This also works with argument names and other things you are entering. 
    2. Because the cmdlets return objects instead of “string values,” we can obtain additional information about the returned objects. The additional information would not be available to us if we were working with just string data. To do this, we can use the pipe character (|) to take information from one cmdlet and feed it to another cmdlet. 

  2. Leveraging the Power of Get-Command
  3. Using the Get-Member Cmdlet 
  4. Using the New-Object Cmdlet
  5. Creating a PowerShell Profile
  6. Working with Cmdlets: Step-by-Step Exercises
  7. One Step Further: Working with New-Object
  8. Chapter 2 Quick Reference

 

posted @ 2010-03-31 00:27  Freedom  阅读(193)  评论(0编辑  收藏  举报