- 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.
- Mastering Concurrency Programming with Java 8
- Java面向對象軟件開發
- Java入門很輕松(微課超值版)
- Python零基礎快樂學習之旅(K12實戰訓練)
- Rust Cookbook
- iOS應用逆向工程(第2版)
- Mastering Xamarin.Forms(Second Edition)
- MySQL入門很輕松(微課超值版)
- Android Studio Cookbook
- 測試架構師修煉之道:從測試工程師到測試架構師
- Data Science Algorithms in a Week
- Oracle 12c從入門到精通(視頻教學超值版)
- OpenCV Android開發實戰
- Java程序設計實用教程(第2版)
- Clojure編程樂趣