- Learning PowerShell DSC(Second Edition)
- James Pogran
- 133字
- 2021-07-02 18:31:18
The execution phase
Whether an MOF file was pushed (using Start-DSCConfiguration) or pulled (using a DSC pull server), the next step is the actual execution of the MOF file. If pushed, the execution happens interactively or in a PowerShell job depending on how you called the cmdlet. If pulled, the Local Configuration Manager (LCM) schedules and executes the MOF file without user input or oversight.
LCM is part of the DSC system installed on the target node and is responsible for receiving, coordinating, and executing configurations on target nodes. LCM itself is configurable using DSC and is flexible enough to allow multiple types of deployments.
The phases described earlier will be covered in much more detail in the upcoming chapters, so do not worry if some of it does not make sense.
- INSTANT FreeMarker Starter
- Android 7編程入門(mén)經(jīng)典:使用Android Studio 2(第4版)
- Creating Stunning Dashboards with QlikView
- Unity 2018 Shaders and Effects Cookbook
- Mastering Web Application Development with AngularJS
- 零基礎(chǔ)學(xué)HTML+CSS
- Python數(shù)據(jù)可視化之美:專(zhuān)業(yè)圖表繪制指南(全彩)
- Go語(yǔ)言從入門(mén)到精通
- Java EE 8 and Angular
- Beginning C# 7 Hands-On:The Core Language
- 大話(huà)代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- Apache Solr for Indexing Data
- Zend Framework 2 Cookbook
- Web前端開(kāi)發(fā)技術(shù)實(shí)踐指導(dǎo)教程
- 從0到1:jQuery快速上手