- 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.
- 大話PLC(輕松動漫版)
- 計算機網絡
- Learn to Create WordPress Themes by Building 5 Projects
- Mastering Natural Language Processing with Python
- 認識編程:以Python語言講透編程的本質
- Java加密與解密的藝術(第2版)
- Mastering PHP Design Patterns
- 深入理解Java7:核心技術與最佳實踐
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Learning Raspbian
- 計算機應用基礎實踐教程
- PLC應用技術(三菱FX2N系列)
- Building Wireless Sensor Networks Using Arduino
- Hands-On GUI Programming with C++ and Qt5