- Learning PowerShell DSC(Second Edition)
- James Pogran
- 85字
- 2021-07-02 18:31:20
V4 DSC language extensions
DSC adds three new functions as language extensions to support declaring the expected state of a machine:
- Configuration: The configuration keyword is a DSC function that declares a set of operations to perform on a target system.
- Node: The node configuration keyword is a DSC function that declares the target host to perform operations on.
- Import-DscResource: This looks like a PowerShell cmdlet but really is a keyword. It locates the DSC resources needed to parse and compile the DSC configuration script.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Learn ECMAScript(Second Edition)
- LaTeX Cookbook
- Arduino by Example
- Python自然語言處理(微課版)
- 你不知道的JavaScript(中卷)
- C#程序設計
- Scientific Computing with Scala
- 一塊面包板玩轉Arduino編程
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- 小程序從0到1:微信全棧工程師一本通
- ASP.NET求職寶典
- Hack與HHVM權威指南
- 計算機應用基礎案例教程(第二版)
- Magento 2 Developer's Guide