Monday, August 29, 2011

PowerShell GUI Script Editors

 

Hi,

Few days ago i was searching for free powershell script editors. These GUI editors may help us in learning powershell. These GUI script editors are very useful in viewing scripts and editing scripts and debugging the powershell scripts.

In Microsoft windows notepad is a default powershell script editor. If you double click  any PS1 (powershell script) file it always opens in notepad.

Why to use GUI scrip Editors?

Below is the list of few benefits of using PowerShell GUI editors.

  • Syntax Colour coding.
  • you can view and run the script in the same program window.
  • Auto completion of commands.
  • Comes with Intellisense.
  • Multiple tabs

List Some best Free PowerShell GUI Editors.

  1. PowerGui Script Editor
  2. PowerShell ISE
  3. PowerSE

 

PowerGUI Script editor

Website: http://powergui.org/index.jspa 

Download Link: http://community-downloads.quest.com/powergui/Release/3.0/PowerGUI.3.0.0.2015.msi

Screenshot:

PowerGui

PowerShell ISE Script Editor

PowerShell ISE script editor comes inbuilt in Windows7 and runs on Windows XP and later versions of Windows, except for Server Core installations of Windows Server.

Screenshot:

PowerShellIse

PowerSE Script Editor

Website: http://powerwf.com/

Download link: http://powerwf.com/misc/download-se.aspx?prod=PWF-OTH-EDT

Screenshot:

PowerSe

Download any of them and try them hope you like it :)

Thanks

Aman Dhally

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.