- Getting Started with PowerShell
- Michael Shepard
- 65字
- 2021-07-16 20:28:22
Summary
This chapter dealt with the first two of the "big three" cmdlets for learning PowerShell, get-Command
and get-Help
. These two cmdlets allow you to find out which commands are available and how to use them. In the next chapter, we will finish the "big 3" with the get-member
cmdlet that will help us to figure out what to do with the output we receive.
推薦閱讀
- Learning Java Functional Programming
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 軟件項(xiàng)目管理(第2版)
- Beginning Java Data Structures and Algorithms
- Learn to Create WordPress Themes by Building 5 Projects
- PHP基礎(chǔ)案例教程
- PyQt從入門到精通
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- Working with Odoo
- Mastering openFrameworks:Creative Coding Demystified
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Beginning C++ Game Programming
- Mastering PowerCLI