Heavy shelling with powershell
Hi,
in this post i’m going to cover the powershell as what i understood. hope you all find it appropriate and worth for your work. if not than please do feel free to update / upgrade my knowledge
.
So starting with shelling
what is powershell:
* windows powershell is microsofts task automation framework [as per wikipedia] built primarily for the windows administrators.
* It basically consist of command-line shell which is build on top of .net common language runtime and .net framework that accepts and returns .NET framework objects unlike to its counterparts which accept and return text.
* An administrator can perform administrative tasks on local but also on remote windows system through the virtue of powershell support to COM and WMI
As per microsoft its: http://msdn.microsoft.com/en-us/library/aa973757%28VS.85%29.aspx
I came across some handy tool / editor for playing with the powershell at http://powergui.orgĀ do check it.
Regards,
Manish Patil
