- Learning PowerShell DSC(Second Edition)
- James Pogran
- 70字
- 2021-07-02 18:31:18
The staging phase
The next step is to get it over to the target computer. The deployment of the MOF happens in two ways: push and pull. A push method is when you execute the Start-DSCConfiguration cmdlet, which compiles the MOF and copies over to the target system. The pull method involves putting the MOF file on the DSC pull server, which handles distributing it to all the target hosts.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Spring 5.0 By Example
- Instant Apache Stanbol
- Microsoft Dynamics 365 Extensions Cookbook
- 云原生Spring實戰
- C/C++常用算法手冊(第3版)
- Python數據分析(第2版)
- The Data Visualization Workshop
- C程序設計案例教程
- 算法訓練營:提高篇(全彩版)
- MySQL入門很輕松(微課超值版)
- Web前端應用開發技術
- Image Processing with ImageJ
- ExtJS Web應用程序開發指南第2版
- Kotlin Programming By Example