Introduction To Powershell (Move Over Bash)
For years UNIX/Linux administrators have looked down on the windows environment,one of the main reasons being that windows did not have a nice CLI. UNIX has always had sh, bash, ksh which are great shells. Microsoft has now introduced Windows PowerShell (Codename MONAD) a very powerful .NET based shell. A shell is a great tool for system administrators to automate tasks.
Read more
