$edgeSyncSvc = get-service MSExchangeEdgeSync* | where {$_.name -eq "MSExchangeEdgeSync"}; if ($RoleIsDatacenter -eq $true) { if ($edgeSyncSvc) { uninstall-EdgeSyncService; } } else { # Do Not Install Edge Sync service for dedicated SKUs if ( (!$RoleIsDatacenterDedicated) -and (!$edgeSyncSvc) ) { install-EdgeSyncService; } }
EdgeSync requires that the Mailbox servers in Active Directory site {0} be able to resolve the IP address for {1} and be ...
EdgeSync synchronization to {0} has encountered failures. Please see "Detail" section for more information. Run the {1} command ...
EdgeSync synchronization to {0} is in a fatal state, and may have completely stopped. See the "Detail" section for more information. ...
EdgeSync synchronization to {0} isn't operating normally, although it may still recover from this condition. This will delay ...
edgeSyncSvc = get-service MSExchangeEdgeSync* | where {$_.name -eq "MSExchangeEdgeSync"}; if ($RoleIsDatacenter -eq $true) ...
Either a protocol command was issued out of order or an unsupported protocol command was attempted. You can try sending the ...
Either Exchange can't find the default TLS certificate attribute for server {0} in Active Directory, or the attribute is ...
Either TenantRelocationSourceForest or TenantRelocationTargetForest properties are initialized, however, RelocationStatus ...
Either the "{0}" parameter or the "{1}" parameter must be specified if you're exporting to a destination other than a target ...