Windows PowerShell in SharePoint

When we install some software a new command prompt Icon will display and disappear(within a fraction of second it will close) .Generally we Call it as Collecting command line argument .
 
What is Windows PowerShell ?
 

Windows PowerShell is a command line utility with its own scripting language.

Windows PowerShell consists of cmdlets which are actually .Net class libraries representing a
particular task. The PowerShell is flexible that we can extend it by adding new cmdlets.
There are different sets of cmdlets for Windows Azure, SharePoint etc.
Windows PowerShell is a Windows component and available with Windows 7/8.
 
 

 
 
when we start window powershell at first time.
Type this command add-pssnapin "microsoft.sharepoint.powershell" otherwise it will display error.

 let us follow few commands:
 
 
 
 

Comments

Popular posts from this blog

Search Service Application Error in SP2013

Errors While Importing Site Collection in SharePoint 2013/2010

Deleting Multiple Sub-sites within Site using PowerShell