- 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.
- 工程軟件開(kāi)發(fā)技術(shù)基礎(chǔ)
- Interactive Data Visualization with Python
- 面向STEM的Scratch創(chuàng)新課程
- 營(yíng)銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- Internet of Things with the Arduino Yún
- Mastering C# Concurrency
- YARN Essentials
- Modern JavaScript Applications
- Express Web Application Development
- C++編程兵書(shū)
- Hands-On Kubernetes on Windows
- 從零開(kāi)始學(xué)Android開(kāi)發(fā)
- Visual Basic程序設(shè)計(jì)全程指南
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門到精通(第4版)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)訓(xùn)教程