if(!$CreateSharedConfiguration) { if ($AuthoritativeOnly) { $acceptedDomains = @(get-accepteddomain -organization $RoleTenantOrganizationFullPath | where {$_.DomainType -eq "Authoritative"}); } else { $acceptedDomains = @(get-accepteddomain -organization $RoleTenantOrganizationFullPath); } # sort the domains and put the initial domain at the end of the list. This is because failures after the primary GLS domain is related cause # organization lookup (get-organization -XXXX or set-foo -organization XXX) to fail because it isnt not in GLS. So this makes retries # more successfull if the primary GLS entry for the organization name still exists. $acceptedDomains = @($acceptedDomains | sort -Property InitialDomain); foreach($acceptedDomain in $acceptedDomains) { $domainname = $acceptedDomain.DomainName.ToString(); remove-managementendpointhook -DomainName:$domainname -ExternalDirectoryOrganizationId:$RoleTenantExternalDirectoryOrganizationId } }
If your current credentials do not have sufficient permission to read Exchange server configuration information, enter alternate ...
If your Exchange 2010 organization is also running Exchange 2003, disabling this connector may cause routing loops. Exchange ...
if( $RoleHotmailMigration -eq $true -or $ServicePlanSettings.Organization.AddOutlookAcceptedDomains) { New-AcceptedDomain ...
if( $RoleHotmailMigration -eq $true -or $ServicePlanSettings.Organization.OpenDomainRoutingEnabled) { Set-Transportconfig ...
if(!$CreateSharedConfiguration) { if ($AuthoritativeOnly) { $acceptedDomains = @(get-accepteddomain -organization $RoleTenantOrganizationFullPath ...
if($MSExchangeAntimalwareService -ne $null -and $MSExchangeAntimalwareService.StartMode -ne "Disabled" -and $RoleStartTransportService) ...
if($RoleDatacenterFfoEnvironment -ne "True") { if (!(get-service MSExchangeAS* | where {$_.name -eq "MSExchangeAS"})) { Install-AuditService ...
IIS is configured to create 32-bit worker processes on 64-bit Windows Server '{2}'. This will break virtual directories for ...
IM - Sent Message Delivery Failure % is the percentage of the last 100 messages that were sent but couldn't be delivered. ...