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
Post a Comment