Different between PowerShell and management Shell


Windows PowerShell is just that, a "Windows" product.
In fact, it's the native Windows management shell, not a technology that's unique to SharePoint.

If you like to execute SharePoint commands on it. You have run below command to load SharePoint PowerShell into native PowerShell.

  Add-PSSnapin Micrsoft.SharePoint.PowerShell






  It's by default SHarePoint loaded module. So need to execute any snapin in command to add SharePoint PowerShell
And moreover it's a new scripting language to SharePoint 2010 to overcome Stsadm 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