The Will Will Web

記載著 Will 在網路世界的學習心得與技術分享

介紹好用工具:PowerGUI 與 PowerShell v2 Snippets (此工具已消失)

PowerShell 界在之前已經有個超強的 PowerShell Plus 開發工具,但由於是付費軟體($145),常在寫的人可以考慮買這套。但發最近我現了另一套免費的 PowerShell GUI 開發工具叫做 PowerGUI 也蠻強的,內建的 PowerGUI Script Editor 有整合開發環境、Intellisense ( 含指令說明 )、除錯工具、單步執行、變數視窗、…等等,算是非常方便的了。

PowerGUI 包括兩套程式,分別是 PowerGUIPowerGUI Script Editor 介紹如下:

1. PowerGUI  -  非常適合用來學習與體驗 Powershell 相關用法

PowerGUI

左側的 Navigation Tree 包含了一堆內建的命令,左點點選即可執行 (如上圖),右鍵點選 [Properties] 可看 Powershell Script 的語法 (如下圖),非常的容易上手!  ( 註: 點圖可放大顯示 )

PowerGUI

這些常用的指令不夠用嗎?自己可新增喔!不但可練習撰寫,還可以將自己寫好的 PowerShell Script 留下來,漸漸累積自己的一套 PowerShell 管理工具!  [ 終於可以不用 Notepad++ 寫 PowerShell 了 ^^ ]

PowerGUI   

2. PowerGUI Script Editor  -  非常適合用來練習 Powershell 撰寫與熟悉語法

這裡有個 PowerShell & PowerGUI 教學系列影片,其中的 PowerGuI Editor Tips and Tricks 就可透過影片快速上手 PowerGUI Script Editor 的基本操作,如下影片:


底下有些畫面圖示:

Code Snippets 支援

PowerGUI Script Editor - Insert Snippets

PowerGUI Script Editor - Code Snippets

如果你想安裝額外的 Code Snippets 也很容易,例如你可以到 PowerShell v2 Snippets 下載 PowerShell v2 的 Code Snippet,然後直接解壓縮到 C:\Program Files (x86)\PowerGUI\snippets 目錄下即可!

Intellisense ( 含指令說明 )

PowerGUI Script Editor

除錯選單與 Debug Window

PowerGUI Script Editor

相關連結

留言評論