Friday, May 9, 2014

#10 : Powershell Editor : PowerShell SE

I found this tool interesting as it give much more with the simple interface. You may download it free from CNET Download as well.

2 comments:

  1. Crashes for me onLoad. Win 8.1 x64.

    ReplyDelete
  2. It looks like this software is not supported by develop these days. It does not work for me.

    I would suggest using Powershell ISE as it has got lot many new useful features and believe me debugging is really fast. If try to check few lines, I prefer to open a session and experiment before deploying into my big scripts. Another option is PowerGUI which can be downloaded from Dell website.

    ReplyDelete

#112: How to handle xml document in Powershell?

 In PowerShell, you can handle XML data using various cmdlets and methods provided by the .NET Framework. Here's a basic guide on how to...