When you use PowerShell for SharePoint administration, it is pretty frustrating to use the “Add-PSSnapIn Microsoft.SharePoint.PowerShell” every time you open your PowerShell console.
Next time, try this:
asnp *sh*
This will add all SnapIns that contain “sh”. In most cases, this is just the Microsoft.SharePoint.PowerShell one.
Saves time!