What free Powershell editors can I use on Windows XP SP2?

后端 未结 2 1226
谎友^
谎友^ 2021-01-25 02:37

I have Windows 7 at home with Powershell 2 and I really like the free version of the PowerGUI Powershell editor.

I\'d like to start using Powershell at work but we are o

2条回答
  •  北海茫月
    2021-01-25 03:23

    You can use all of the free and commercial editors on XP:

    • PowerShell Integrated Scripting Environment (ISE) ships with PowerShell V2
    • PowerGUI (www.powergui.org) is a great free editor with support for code folding and intellisense, and PowerPacks to make it easy to work with PowerShell by point and click
    • Idera makes another great editor (PowerShell Plus - www.powershellplus.com) with a strong collection of scripts that ship with it.
    • DevFarm makes PowerWF and PowerSE (www.powerwf.com), and editor and workflow tool for working with PowerShell
    • PrimalForms is an editor and tool to make UI in PowerShell, built by Sapien (www.sapien.com)

    Hope this Helps

提交回复
热议问题