- Learning PowerShell DSC(Second Edition)
- James Pogran
- 341字
- 2021-07-02 18:31:19
The what
The DSC Domain Specific Language (DSL) defines a standardized way of describing the expected configuration of a target system, whether that is one system or several thousand systems. It describes the what of the target node.
A DSL is a specialized set of language extensions and grammar that makes it easier to codify a specific set of problems. On the other hand, a product such as PowerShell is a general-purpose language, DSLs are specifically built to address a specific set of problems.
You may wonder why we are bothering to define and discuss DSL here. You may think it's an advanced topic or something only developers need to know, but you would be incorrect to discount it. DSLs are all around you, and you use them every day. For example, HTML is a human-readable DSL for web browsers to display content. The actual content is binary, but the HTML specification allows humans to write in a language they understand yet also have the computer understand it.
In the case of DSC, the DSL is oriented at expressing all the different ways in which you can describe the expected state of a system in an easy-to-read manner. If you can read PowerShell code, then the DSC DSL is no different than reading a function declaration with a set of parameters. Most importantly, this easy-to-read structure for you is also easy for the DSC parser to read and turn into an MOF file. This abstraction of an abstraction allows you to write configurations in a language you understand and for that to be translated into a language the system understands.
For example, the target system should have a list of software installed, several settings modified, some services that should be enabled and started, some users to be created and then added to a local group, and several files to be created and have content added to them. It reads like a grocery list to you, but the computer can understand and execute it the same way every time it runs.
- Learning Java Functional Programming
- JavaScript從入門到精通(微視頻精編版)
- C#完全自學教程
- Java Web基礎與實例教程(第2版·微課版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- LabVIEW虛擬儀器入門與測控應用100例
- Scala for Machine Learning(Second Edition)
- Extreme C
- Hands-On Nuxt.js Web Development
- ExtJS Web應用程序開發指南第2版
- Python 3 數據分析與機器學習實戰
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Xamarin Blueprints
- Fastdata Processing with Spark