Quick SharePoint Tip

redditech's avatarPosted by

The shorthand method to execute

Add-PSSnapIn Microsoft.SharePoint.PowerShell

is to instead use

asnp *share*

This is useful if you’re in a Powershell terminal and want to start using SharePoint Powershell commands, you first need to add the SharePoint Powershell snap-in module to get access to those commands.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.