CheckIfWebSiteExists [-webSite] <String>
Checks if website exists
if(CheckIfWebSiteExists -webSite "MySite") { Write-Host "Website exists" }