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.