- 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.
推薦閱讀
- Python程序設計教程(第2版)
- 流量的秘密:Google Analytics網站分析與優(yōu)化技巧(第2版)
- Software Defined Networking with OpenFlow
- Oracle從新手到高手
- 架構不再難(全5冊)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Learning FuelPHP for Effective PHP Development
- 軟件品質之完美管理:實戰(zhàn)經典
- Visual Basic程序設計習題與上機實踐
- Developing SSRS Reports for Dynamics AX
- R數據科學實戰(zhàn):工具詳解與案例分析
- Mockito Essentials
- Learning Python Data Visualization
- 微信小程序開發(fā)邊做邊學(微課視頻版)
- Go Systems Programming