- Learning PowerShell DSC(Second Edition)
- James Pogran
- 163字
- 2021-07-02 18:31:22
Partial configurations and dependencies
DSC partial configurations allow you to deliver configurations in fragments to nodes. This is potentially a great feature to break up the large configuration documents you may have or help stagger the deployment of some distributed applications.
Support for cross-computer dependencies has also been added. This provides node-to-node synchronization without external input using CIM session connections between nodes. This means one configuration can wait for another to finish executing before executing itself. For example, a member server can wait to execute until the configuration on a domain controller has finished creating the domain the member server has to join.
Additional support for the DSC RefreshModes has been added to partial configurations. This allows you to specify whether a configuration is supposed to be pulled or pushed on an individual configuration level.
This feature is still in an experimental status at the time of writing this, so we are unable to accurately cover the feature in this book.
- FuelPHP Application Development Blueprints
- Servlet/JSP深入詳解
- Full-Stack Vue.js 2 and Laravel 5
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- Linux命令行與shell腳本編程大全(第4版)
- 琢石成器:Windows環(huán)境下32位匯編語(yǔ)言程序設(shè)計(jì)
- C++新經(jīng)典
- Linux Shell核心編程指南
- Learning Node.js for .NET Developers
- JavaScript程序設(shè)計(jì)(第2版)
- Java7程序設(shè)計(jì)入門(mén)經(jīng)典
- Mastering Android Studio 3
- 數(shù)字媒體技術(shù)概論
- Mastering PowerCLI
- Java核心編程