Thursday, April 3, 2014

#2 : ASE Admin Script Editor Review

Form Designing is rarely required in Powershell Programming. But, this is very effective to design form in Powershell and it enhances the usability of the script.
To design form, you can simply code yourself few of the lines.

Is there any tool from Micrsoft?
No. There is no tool provided from Microsoft which is not a new thing with Powershell. Powershell might be a first product which is mistrated like this by MS. I don't know why?
If they release some tool, it become difficult to use - Powershell ISE is one of such example. It has few things and many things missing. Especially I want Function or block collapsing tool. But this is missing in Powershell ISE. The editor is slow and display is not sharp. Who is the person who likes this blur font while developing something.

So, the option is Third-party tool. Third party tool are effective but expensive. But, we can take a demo to convince our manager.

ASE Admin Script Editor

Company: iTripoli
Evaluation: 45 days
Description:
This is a good Powershell editor with a Form Designer. It can be used for general Powershell programming and also for WMI, VBScript and other scripting language.
The form designer comes along with it. It can be found at - Tools > Script Form Designer. The window appears as Visaual Studio and everything is yours.
Once you are done with Form Designing- click File > Save to ASE or press Ctrl+E. I like the tool.
Cost:
Standard Edition $99.00 / Each
Professional Edition $199.00 / Each
Enterprise Edition $299.00 / Each

Powershell-Tips Rating: 3/5

No comments:

Post a Comment

#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...