- Learning PowerShell DSC(Second Edition)
- James Pogran
- 162字
- 2021-07-02 18:31:26
Push executions
In the push mode, the LCM expects all DSC resources to be present on the target node. Since the LCM doesn't have a way to know where to get the DSC resources used by the MOF file, it can't get them for you. Before running any push deployment on a target node, you must put all DSC resources needed there first. If they are not present, then the execution will fail.
Using the Start-DscConfiguration cmdlet, the MOF files are executed immediately. This kind of execution happens only when the user initiates it. The user can opt for the execution caused by the Start-DscConfiguration cmdlet to happen interactively and see the output as it happens or have it happen in the background and complete without any user interaction.
The execution can happen again if the LCM ConfigurationMode mode is set to the ApplyAndMonitor or ApplyAndAutoCorrect mode, but it will be applied only once if ConfigurationMode is set to ApplyOnly.
- Google Apps Script for Beginners
- Docker技術(shù)入門(mén)與實(shí)戰(zhàn)(第3版)
- PostgreSQL for Data Architects
- Mastering OpenCV Android Application Programming
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Java實(shí)現(xiàn)
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- Java開(kāi)發(fā)入行真功夫
- Drupal 8 Configuration Management
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- 深度探索Go語(yǔ)言:對(duì)象模型與runtime的原理特性及應(yīng)用
- 零基礎(chǔ)學(xué)HTML+CSS
- Training Systems Using Python Statistical Modeling
- Python Projects for Kids
- iOS開(kāi)發(fā)項(xiàng)目化入門(mén)教程
- Python GUI Programming Cookbook(Second Edition)