PowerShell in Depth, 2/e (Paperback)
暫譯: 深入探討 PowerShell, 第二版 (平裝本)
Don Jones, Jeffery Hicks, Richard Siddaway
- 出版商: Manning
- 出版日期: 2014-11-14
- 售價: $1,980
- 貴賓價: 9.5 折 $1,881
- 語言: 英文
- 頁數: 744
- 裝訂: Paperback
- ISBN: 1617292184
- ISBN-13: 9781617292187
-
相關分類:
Powershell
立即出貨 (庫存=1)
買這商品的人也買了...
-
$620$527 -
$680$537 -
$350$277 -
$400$316 -
$780$616 -
$360$284 -
$650$514 -
$620$484 -
$520$411 -
$320$250 -
$580$458 -
$560$437 -
$520$411 -
$480$379 -
$680$537 -
$580$458 -
$490$417 -
$520$411 -
$880$695 -
$360$284 -
$480$379 -
$680$537 -
$2,150$2,043 -
$294$279 -
$653.NET 並發編程實戰
商品描述
Summary
PowerShell in Depth, Second Edition is the go-to reference for administrators working with Windows PowerShell. Every major technique, technology, and tactic is carefully explained and demonstrated, providing a hands-on guide to almost everything an admin would do in the shell. Written by three experienced authors and PowerShell MVPs, this is the PowerShell book you'll keep next to your monitor—not on your bookshelf!
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Book
A Windows admin using PowerShell every day may not have the time to search the net every time he or she hits a snag. Wouldn't it be great to have a team of seasoned PowerShell experts ready to answer even the toughest questions? That's what you get with this book.
PowerShell in Depth, Second Edition is the go-to reference for administrators working with Windows PowerShell. Every major technique, technology, and tactic is carefully explained and demonstrated, providing a hands-on guide to almost everything an admin would do in the shell. Written by PowerShell MVPs Don Jones, Jeffrey Hicks, and Richard Siddaway, each valuable technique was developed and thoroughly tested, so you'll be able to consistently write production-quality, maintainable scripts while saving hours of time and effort.
This book assumes you know the basics of PowerShell.
What's Inside
- Automating tasks
- Packaging and deploying scripts
- Introduction to Desired State Configuration
- PowerShell security
- Covers PowerShell version 3 and later
About the Authors
Don Jones, Jeffery Hicks, and Richard Siddaway are Microsoft MVPs, trainers, and administrators. Collectively, they've authored nearly three dozen books on PowerShell and Windows administration.
Table of Contents
- Introduction
- PowerShell hosts
- Using the PowerShell help system
- The basics of PowerShell syntax
- Working with PSSnapins and modules
- Operators
- Working with objects
- The PowerShell pipeline
- Formatting
- PowerShell Remoting
- Background jobs and scheduling
- Working with credentials
- Regular expressions
- Working with HTML and XML data
- PSDrives and PSProviders
- Variables, arrays, hash tables, and script blocks
- PowerShell security
- Advanced PowerShell syntax
- PowerShell's scripting language
- Basic scripts and functions
- Creating objects for output
- Scope
- PowerShell workflows
- Advanced syntax for scripts and functions
- Script modules and manifest modules
- Custom formatting views
- Custom type extensions
- Data language and internationalization
- Writing help
- Error handling techniques
- Debugging tools and techniques
- Functions that work like cmdlets
- Tips and tricks for creating reports
- Working with the Component Object Model (COM)
- Working with .NET Framework objects
- Accessing databases
- Proxy functions
- Building a GUI
- WMI and CIM
- Working with the web
- Desired State Configuration
PART 1 POWERSHELL FUNDAMENTALS
PART 2 POWERSHELL MANAGEMENT
PART 3 POWERSHELL SCRIPTING AND AUTOMATION
PART 4 ADVANCED POWERSHELL
商品描述(中文翻譯)
**摘要**
《深入了解 PowerShell(第二版)》是 Windows PowerShell 管理員的首選參考書。每一個主要的技術、技術和策略都經過仔細解釋和示範,提供了幾乎所有管理員在命令行中會執行的操作的實用指南。這本書由三位經驗豐富的作者和 PowerShell MVP 撰寫,是你在顯示器旁邊必備的 PowerShell 書籍,而不是放在書架上!
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。
**關於本書**
每天使用 PowerShell 的 Windows 管理員可能沒有時間在遇到問題時每次都上網搜尋。擁有一組經驗豐富的 PowerShell 專家隨時準備回答最棘手的問題,豈不是太好了?這就是你從這本書中獲得的。
《深入了解 PowerShell(第二版)》是 Windows PowerShell 管理員的首選參考書。每一個主要的技術、技術和策略都經過仔細解釋和示範,提供了幾乎所有管理員在命令行中會執行的操作的實用指南。這本書由 PowerShell MVP Don Jones、Jeffrey Hicks 和 Richard Siddaway 撰寫,每一個有價值的技術都經過開發和徹底測試,因此你將能夠持續編寫生產級、可維護的腳本,同時節省數小時的時間和精力。
本書假設你已經了解 PowerShell 的基本知識。
**內容概覽**
- 自動化任務
- 打包和部署腳本
- 期望狀態配置簡介
- PowerShell 安全性
- 涵蓋 PowerShell 版本 3 及以後的版本
**關於作者**
Don Jones、Jeffery Hicks 和 Richard Siddaway 是 Microsoft MVP、培訓師和管理員。他們共同撰寫了近三十本有關 PowerShell 和 Windows 管理的書籍。
**目錄**
**第一部分 PowerShell 基礎**
1. 介紹
2. PowerShell 主機
3. 使用 PowerShell 幫助系統
4. PowerShell 語法基礎
5. 使用 PSSnapins 和模組
6. 運算子
7. 使用物件
8. PowerShell 管道
9. 格式化
**第二部分 PowerShell 管理**
1. PowerShell 遠端
2. 背景工作和排程
3. 使用憑證
4. 正則表達式
5. 使用 HTML 和 XML 數據
6. PSDrives 和 PSProviders
7. 變數、陣列、雜湊表和腳本區塊
8. PowerShell 安全性
9. 進階 PowerShell 語法
**第三部分 PowerShell 腳本和自動化**
1. PowerShell 的腳本語言
2. 基本腳本和函數
3. 創建輸出物件
4. 範圍
5. PowerShell 工作流程
6. 腳本和函數的進階語法
7. 腳本模組和清單模組
8. 自定義格式化視圖
9. 自定義類型擴展
10. 數據語言和國際化
11. 編寫幫助
12. 錯誤處理技術
13. 除錯工具和技術
14. 像 cmdlet 一樣工作的函數
15. 創建報告的技巧和竅門
**第四部分 進階 PowerShell**
1. 使用組件物件模型 (COM)
2. 使用 .NET Framework 物件
3. 訪問數據庫
4. 代理函數
5. 建立 GUI
6. WMI 和 CIM
7. 使用網路
8. 期望狀態配置