- Learning PowerShell DSC(Second Edition)
- James Pogran
- 150字
- 2021-07-02 18:31:23
DSC status from a central location
This is very much an experimental feature, but it is an important one in viewing DSC as an entire replacement of existing products in this space, such as Puppet or Chef. As of DSC v4, there is no way to report the status of configurations centrally or at a granular level. Terse information describes the current state, with very little information on what went wrong or right. Information is available on a per-pull server basis.
In DSC V5, this information is improved with more detail and can be forwarded to a central DSC pull server. High-level status can be sent to a central server running the DSC service, which is then stored in a database. A new OData endpoint is created when the DSC service is installed, which exposes the information stored and can be queried by any tool able to make HTTP calls.
- 計算思維與算法入門
- Node.js 10實戰(zhàn)
- C語言程序設計案例教程(第2版)
- 軟件界面交互設計基礎
- NumPy Essentials
- INSTANT Sencha Touch
- C++程序設計基礎教程
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- C語言程序設計
- Processing創(chuàng)意編程指南
- Hands-On JavaScript for Python Developers
- 計算機應用技能實訓教程
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫