Two Days PowerShell:3

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

 

转载于:https://www.cnblogs.com/BpLoveGcy/archive/2010/03/31/1701036.html

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/110792.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号