- Learning PowerShell DSC(Second Edition)
- James Pogran
- 265字
- 2021-07-02 18:31:20
PowerShell V4 DSC
PowerShell V4 was released as part of WMF 4 on October 24, 2013, and contained the first released version of DSC. Even though this was the first release of DSC, it is still referred to as being version 4 of DSC. While confusing at first, this is largely something you can ignore, as versioning of DSC resources is a more frequent point of variance.
As the first release, this version of DSC largely focuses on bringing a minimally viable product to the market for Microsoft. Microsoft is a little late to the DevOps game with DSC, as there are several toolsets out there that have been in use for many years. Puppet and Chef are the most notable, but there are many others. What sets DSC apart here is that it is not an add-on or separate product; it's a core part of the Windows OS and can be used by other tools as much as it can be used by itself.
The first version contains most features needed out of the gate to start automating your deployment process, but only the built-in DSC resources were available and were lacking in addressing commonly used products such as IIS, SQL, or Exchange. In the early days, Microsoft relied heavily on the community to expand its DSC resource list, which resulted in mixed success. Microsoft released a set of DSC resources it authored to the community in batches to address the gap. The combination of community and Microsoft contributions has greatly expanded the reach of DSC, and it has been expanding it ever since.
- INSTANT Mock Testing with PowerMock
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- Programming ArcGIS 10.1 with Python Cookbook
- Blender 3D Incredible Machines
- Cassandra Data Modeling and Analysis
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓版)
- PLC編程及應用實戰(zhàn)
- Elasticsearch Server(Third Edition)
- Building Machine Learning Systems with Python(Second Edition)
- Modern C++ Programming Cookbook
- Fastdata Processing with Spark
- Android Game Programming by Example
- Python預測分析與機器學習
- jQuery從入門到精通(微課精編版)
- Python第三方庫開發(fā)應用實戰(zhàn)