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 .
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.
when we start window powershell at first time.
Type this command add-pssnapin "microsoft.sharepoint.powershell" otherwise it will display error.
Type this command add-pssnapin "microsoft.sharepoint.powershell" otherwise it will display error.
let us follow few commands:

.png)
Comments
Post a Comment