- 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.
- Oracle Database In-Memory(架構與實踐)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Python從入門到精通(精粹版)
- Animate CC二維動畫設計與制作(微課版)
- 人臉識別原理及算法:動態人臉識別系統研究
- Web全棧工程師的自我修養
- SQL基礎教程(視頻教學版)
- Java程序設計:原理與范例
- 程序是怎樣跑起來的(第3版)
- Python算法指南:程序員經典算法分析與實現
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- JavaScript+jQuery網頁特效設計任務驅動教程
- C Primer Plus(第6版)中文版【最新修訂版】
- Mastering PyCharm
- Bioinformatics with Python Cookbook