Power shell : Finally a powerful shell scripting for windows

Microsoft windows PowerShell is one of the most exciting new Scripting products to come out of Microsoft after a long time. It is both a new scripting language and a command-line shell.The code name “monad” is finally transformed into a windows power shell. People who have seen the demos have been extremely impressed by the power it brings to admins to automate and customize their regular tasks. PowerShell will be used as the basis for all Windows administrative scripting in the future, starting with Exchange 2007, vista and windows server 2008.

With windows Power shell Scripting , we can Manage the Windows File System, the Windows registry, Active Directory, Exchange, Microsoft Index server.One more powerful security feature of windows powershell is u cannot run script directly or by double clicking the file .Powershell comprises of an execution policy which needs a digital signature to run the scripts.Power shell script is simple to code and runs on windows xp, windows 2003 server, Windows vista. Power shell would be an in built component in windows server 2008 and future versions of windows.Power shell provides you the ease to automate windows and other microsoft server products.Unlike the tradition shells (korn shell, bash ), which process the input and output in the text format , powershell takes the input and produces the output in the form of .Net object . Powershell is built on top of .Net common language runtime and .Net framework.

windows Power shell works almost like an unix shell script with more advanced features and commands.As the way unix does power shell supports variables, conditions, loops and hundreds of inbuilt commands.Windows Power shell also supports the pipelining process(|) transfer the output of one command to another command.Windows Power shell is free to download from microsoft.Atleast it would be making the life easy for a typical windows administrator.

Leave a Reply