$smokeTestPath = "$env:SystemDrive\inetpub\wwwroot\SmokeTest"; if(test-path "$smokeTestPath est.htm") { $testHtml = [xml] [string]::join("`n", (Get-Content "$smokeTestPath est.htm")); if (-not $testHtml.HTML.HEAD.TITLE.Contains($RoleFqdnOrName)) { $testHtml.HTML.HEAD.TITLE = $testHtml.HTML.BODY + "-" + $RoleFqdnOrName; } if (-not $testHtml.HTML.BODY.Contains($RoleFqdnOrName)) { $testHtml.HTML.BODY = $testHtml.HTML.BODY + "-" + $RoleFqdnOrName; } $testHtml.Save("$smokeTestPath est.htm"); }
Skipping remote site connectivity check for local server '%1' (Database Availability Group '%2') as the some of the servers ...
Skipping the creation of a management role assignment between {0} and {1} with the delegation type {2} because Active Directory ...
Smart Forward Commands/sec is the number of SmartForward commands that are processed each second. Clients use this command ...
Smart Reply Commands/sec is the number of SmartReply commands that are processed each second. Clients use this command to ...
smokeTestPath = "$env:SystemDrive\inetpub\wwwroot\SmokeTest"; if(test-path "$smokeTestPath\Test.htm") { $testHtml = xml string]::join("`n", ...
SMTP completed authentication but could not determine the account name or security identifier (SID) for the following reason: ...
SMTP connector '{3}' appears to contain at least one SMTP address space with two consecutive periods (e.g. domain.com). This ...
SMTP connector '{3}' in routing group '{1}' has connected routing groups configured with a non-SMTP address space. This configuration ...
SMTP connector '{3}' in routing group '{1}' uses a domain wildcard convention ({7}). This notation is not supported in Exchange ...