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

拥有回忆 提交于 2019-12-02 13:13:50

问题


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 on version 1.o on XP with SP2. I was going to install PowerGui but it looks like it requires some Core components or maybe even Powershell 2.0. I expect that our XP production servers may not have this version and I think it is safe to stay with 1.0 for now to avoid pushback from the keys with the keys to the production box.

My question is this:

Is there an editor like powerGui that I can use with version 1 where I do not have to install additional Powershell components that may not be present in production?


回答1:


If your question is actual PowerGUI script editor (version 2.4.0) works with PowerShell V1.0. My answer is that I don't think it works. In my understanding you need a version before 2.0 . I'am using PowerGUI 1.9.5.966 which works perfectly with PowerShel V1.0.




回答2:


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



来源:https://stackoverflow.com/questions/6515633/what-free-powershell-editors-can-i-use-on-windows-xp-sp2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!