- Learning PowerShell DSC(Second Edition)
- James Pogran
- 267字
- 2021-07-02 18:31:19
DSC versions
In the next chapter, we will delve into the details and inner workings of the DSC architecture. Before we do that, it will help to have an overview of the cmdlets and tools at your disposal when working with DSC. Some terms and concepts may be fuzzy here but will be explained in much more detail in further chapters. We can also use this section as a reference while authoring our own DSC configurations and resources.
PowerShell DSC is released as a feature of PowerShell, so its versioning scheme follows that of PowerShell. PowerShell is distributed as part of the WMF. When referring to the installed version of DSC, we use the version of PowerShell that is installed to denote which version of DSC it is currently running.
PowerShell V6, at the time of writing this, has not been released yet and is still in the alpha status, but we will still cover V4, V5, and V6 in this book. This will make things somewhat more complex to explain, as we will have to list, compare, contrast, and cover all the similarities and differences between the two versions as we move along. However, it is important to cover these because we fully expect you to have to deal with both PowerShell V4 and V5 deployed in your environments at the same time while looking at the future with V6. The final version of PowerShell V6 does not have a release date published yet, so realistically, you will have PowerShell V4 and V5 on your production systems for quite a while before moving to V6.
- Mastering Visual Studio 2017
- HTML5游戲開發(fā)案例教程
- Python王者歸來
- 機械工程師Python編程:入門、實戰(zhàn)與進階
- 名師講壇:Java微服務架構實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- RISC-V體系結構編程與實踐(第2版)
- Working with Odoo
- Julia高性能科學計算(第2版)
- Protocol-Oriented Programming with Swift
- 智能搜索和推薦系統(tǒng):原理、算法與應用
- SEO教程:搜索引擎優(yōu)化入門與進階(第3版)
- Python程序設計教程
- JavaScript全棧開發(fā)
- Elasticsearch實戰(zhàn)(第2版)
- SAP HANA Cookbook