- Learning PowerShell DSC(Second Edition)
- James Pogran
- 206字
- 2021-07-02 18:31:25
Authoring
In order to tell DSC what state the target node should be in, you have to describe that state in the DSC DSL syntax. The end goal of the DSL syntax is to create an MOF file. This listing and compilation process comprises the entirety of the authoring phase. Even so, you will not be creating the MOF files directly yourself. The MOF syntax and format is very verbose and detailed, too much for a human to reliably produce it. You can create an MOF file using a number of different methods―anything from Notepad to third-party tools, not just DSC tooling. Third-party vendors other than Microsoft will eventually implement their own compilers, as the operations to compile MOF are standardized and open for all to use, enabling authoring DSC files on any operating system.
For the purposes of this book, we will concentrate on how to create MOF files using PowerShell tooling. We will assume you are using a Windows 8.1 or Windows 2012 R2 OS with at least PowerShell V4 installed. If you are targeting the use of PowerShell V5, then we assume you are using Windows 10 or one of the production releases of WMF 5 on your platform of choice.
- Computer Vision for the Web
- JavaScript Unlocked
- Learning Bayesian Models with R
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 計算機應用基礎項目化教程
- Angular Design Patterns
- 計算機應用基礎(第二版)
- Solr權威指南(下卷)
- Apache Solr for Indexing Data
- Game Development Patterns and Best Practices
- Cocos2D Game Development Essentials
- 程序員的算法趣題2
- Learning WebRTC
- 精通Django 3 Web開發
- Java并發編程的藝術