- Getting Started with PowerShell
- Michael Shepard
- 232字
- 2021-07-16 20:28:16
What this book covers
Chapter 1, First Steps, covers the installation of Powershell and the validation of the installed version, as well as how to issue the first few commands.
Chapter 2, Building Blocks, introduces the "Big 3" cmdlets that reveal the workings of the PowerShell cmdlets.
Chapter 3, Objects and PowerShell, explains how the output in PowerShell is always an object, and how we can deal with these objects.
Chapter 4, Life on the Assembly Line, presents the PowerShell pipeline and the *-object cmdlets that provide a tremendous ability for data manipulation.
Chapter 5, Formatting Output, explains the PowerShell formatting system, including how the output is formatted by default, as well as how to control formatting.
Chapter 6, Scripts, shows how sequences of commands can be packaged into a reusable unit.
Chapter 7, Functions, explains how to use functions as a second way of building reusable blocks of code.
Chapter 8, Modules, demonstrates PowerShell's method of organizing code libraries.
Chapter 9, File I/O, shows several ways to work with files in PowerShell for input and output.
Chapter 10, WMI and CIM, explains how to access WMI repositories with the WMI and CIM cmdlets.
Chapter 11, Web Server Administration, demonstrates a few techniques to use PowerShell to administer the IIS web server.
Appendix, Next Steps, suggests some "next steps" that you will find useful as skills to add to your PowerShell repertoire.
- 數據庫原理及應用(Access版)第3版
- Instant Zepto.js
- Raspberry Pi for Secret Agents(Third Edition)
- Visual Basic程序設計習題解答與上機指導
- 數據結構(C語言)
- 程序員修煉之道:通向務實的最高境界(第2版)
- Android Native Development Kit Cookbook
- QGIS By Example
- 單片機應用與調試項目教程(C語言版)
- C#程序設計(項目教學版)
- 一本書講透Java線程:原理與實踐
- 精通MySQL 8(視頻教學版)
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Oracle SOA Suite 12c Administrator's Guide
- 青少年Python趣味編程