- Learning PowerShell DSC
- James Pogran
- 267字
- 2021-07-09 21:39:34
What this book covers
Chapter 1, Introduction to PowerShell DSC, introduces you to PowerShell DSC and configuration management concepts. It covers the features included in DSC and briefly introduces the different DSC versions.
Chapter 2, DSC Architecture, covers all three phases of DSC in depth, the two different DSC deployment models, and the considerations to be made when deploying a Pull Server or using a push deployment.
Chapter 3, DSC Configuration Files, covers authoring the DSC configuration scripts and configuration data files from end to end. It also covers how to use them together effectively.
Chapter 4, DSC Resources, covers the DSC Resource syntax and file structure in both PowerShell v4 and v5. It shows how to find DSC Resources on the local system as well as using community and Microsoft-provided online resources.
Chapter 5, Pushing DSC Configurations, gives step-by-step instructions on how to push DSC configurations to remote target nodes. It also covers the extra steps the user must take to make push deployments work and discusses the pros and cons of using push deployments.
Chapter 6, Pulling DSC Configurations, gives step-by-step instructions on how to set up a DSC Pull Server and your environment to best utilize a pull-based deployment. It covers the pros and cons of using pull deployments in comparison to push deployments.
Chapter 7, Example Scenarios, covers the use of DSC in the real world and how to integrate DSC into not only new environments but also with legacy-style deployments. This chapter walks us through the thought processes of handling the changing requests and the requirements of different software deployments using DSC.
- Designing Machine Learning Systems with Python
- Android應用程序開發與典型案例
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- MATLAB定量決策五大類問題
- Unity Game Development Scripting
- Python算法從菜鳥到達人
- Mathematica Data Analysis
- 單片機應用與調試項目教程(C語言版)
- C語言開發基礎教程(Dev-C++)(第2版)
- Java面向對象程序設計
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Visual Basic 程序設計實踐教程
- Software Development on the SAP HANA Platform
- Visual C#(學習筆記)
- C語言王者歸來