- Learning PowerShell DSC(Second Edition)
- James Pogran
- 190字
- 2021-07-02 18:31:17
DSC quick wins
While there are many aspects to DSC that are beneficial, it is useful to pause here and list some quick wins that DSC brings us to inspire us to keep reading:
- DSC configuration and supporting files are all written in the PowerShell syntax. Investments in knowledge about PowerShell are improved upon and expanded in using DSC.
- DSC is designed to support continuous deployment, so it will react and adjust as your environment changes.
- When DSC applies a configuration to a target node, DSC resources only change that which does not match the expected state (we will cover the terminology for this and how important this is in Chapter 2, DSC Architecture), ensuring a quick deployment.
- DSC separates configuration logic from configuration data, reducing the rate of change in your configuration scripts and the variation in your deployments.
- DSC operates on more platforms than just Windows. DSC has a set of DSC resources that know how to install, configure, and manage Linux target nodes and some network switches. In a heterogeneous environment, having one tool that can address many different platforms is a huge time and cost saver.
推薦閱讀
- Visual C++串口通信開發(fā)入門與編程實踐
- Microsoft Dynamics 365 Extensions Cookbook
- 看透JavaScript:原理、方法與實踐
- QTP自動化測試進階
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫開發(fā)(第2版)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實驗指導(dǎo)
- C語言程序設(shè)計教程
- Swift細(xì)致入門與最佳實踐
- Learning jQuery(Fourth Edition)
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Python從入門到精通
- Learning Docker Networking
- 區(qū)塊鏈項目開發(fā)指南
- OpenCV Android Programming By Example
- VMware vSphere Design Essentials