- 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.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Getting Started with Gulp(Second Edition)
- JIRA 7 Administration Cookbook(Second Edition)
- TestNG Beginner's Guide
- 編寫整潔的Python代碼(第2版)
- Python Geospatial Development(Second Edition)
- 高級C/C++編譯技術(典藏版)
- Raspberry Pi 2 Server Essentials
- Python數據可視化之Matplotlib與Pyecharts實戰
- Angular應用程序開發指南
- 零基礎學Scratch 3.0編程
- Visual Basic程序設計全程指南
- 現代CPU性能分析與優化
- Akka入門與實踐
- Python數據預處理技術與實踐