Utility/Scripts/Import-SharePointPowerShellSnapIn.ps1

if(!(Get-PSSnapin Microsoft.SharePoint.Powershell -ErrorAction 0)){Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction 0 }