- Learning PowerShell DSC(Second Edition)
- James Pogran
- 84字
- 2021-07-02 18:31:21
The PowerShell ISE
The PowerShell Integrated Scripting Environment (ISE) has been improved for authoring DSC configuration files. IntelliSense and inline help on demand increase the usability and discoverability of DSC resources.
PowerShell ISE IntelliSense allows the dynamic discovery of all the DSC resources inside a DSC configuration block by entering Ctrl + spacebar. Automatic completion of DSC resource names, property name and type, and enum is now supported. Automatically completing the value for DependsOn is a huge time saver when completing long dependency graphs.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- PostgreSQL for Data Architects
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Mastering Apache Spark 2.x(Second Edition)
- 精通Linux(第2版)
- Mastering Android Game Development
- HTML5秘籍(第2版)
- QGIS Python Programming Cookbook(Second Edition)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Hands-On Robotics Programming with C++
- Julia High Performance(Second Edition)
- Java語言程序設計實用教程(第2版)
- Isomorphic Go
- Visual FoxPro程序設計
- OpenStack Networking Cookbook