- Learning PowerShell DSC(Second Edition)
- James Pogran
- 144字
- 2021-07-02 18:31:26
Execution
After staging, the MOF files are ready for execution on the target node. An MOF is always executed as soon as it is delivered to a target node regardless of whether the target node is configured for push or pull management. The LCM runs on a configurable schedule, but this schedule controls when the LCM pulls the new MOFs from the DSC pull server and when it checks the system state against the described desired state in the MOF file. When the LCM executes the MOF successfully, it renames the Pending.mof file to Current.mof file.
The following diagram shows the execution phase:

The execution phase operates the same no matter which deployment mode is in use, push or pull. However, different operations are started in the pull mode in comparison to the push mode, besides the obvious interactive nature of the push mode.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Practical UX Design
- Game Programming Using Qt Beginner's Guide
- Vue.js 2 and Bootstrap 4 Web Development
- C語言程序設計實踐教程
- Scala謎題
- Scala Data Analysis Cookbook
- Emgu CV Essentials
- 代替VBA!用Python輕松實現Excel編程
- 鴻蒙OS應用編程實戰
- SQL Server 2016 從入門到實戰(視頻教學版)
- 區塊鏈項目開發指南
- Android Sensor Programming By Example
- 程序員必會的40種算法
- Game Programming using Qt 5 Beginner's Guide