What is window PowerShell ?

 Posted by Rajkatie on 6/22/2012 | Category: PowerShell Interview questions | Views: 4918 | Points: 40
Answer:

A new Windows command-line shell designed especially for system administrators.

It gives you access to the file system on the compute.

It is built on top of the .NET Framework CLR and accepts and returns .NET Framework objects, Different from other shells, which just accept and return text.

It introduces the concept of a cmdlet (pronounced "command-let"), a simple, single-function command-line tool built into the shell. It includes more than one hundred basic core cmdlets.


Asked In: MSDN | Alert Moderator 

Comments or Responses

Login to post response