- Learning PowerShell DSC(Second Edition)
- James Pogran
- 65字
- 2021-07-02 18:31:22
DSC resource script debugging
With DSC V5, you can debug DSC resources as they run on target nodes. This uses the remote debugging enhancements introduced by PowerShell V5 that allow you to attach to remote PowerShell runspaces and interact with the running code. This is hugely helpful, as often, the remote system is different from the system you are authoring the DSC resources on.
推薦閱讀
- JavaScript高效圖形編程
- Rust編程:入門、實戰(zhàn)與進階
- RISC-V體系結(jié)構(gòu)編程與實踐(第2版)
- Learning Concurrency in Kotlin
- Internet of Things with ESP8266
- Visual C#.NET Web應(yīng)用程序設(shè)計
- INSTANT Adobe Edge Inspect Starter
- Node.js 12實戰(zhàn)
- SwiftUI極簡開發(fā)
- C++ System Programming Cookbook
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設(shè)計與邊緣計算(原書第2版)
- 前端架構(gòu)設(shè)計
- HTML5 Canvas核心技術(shù):圖形、動畫與游戲開發(fā)
- Learning iOS Penetration Testing
- TensorFlow程序設(shè)計