$keyPath = "HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\ExchangeLiveServices\"; new-item $keyPath -force; if ($RoleDatacenterWindowsLiveIdInstance -ine 'Gallatin') { new-itemproperty -path $keyPath -name "CertThumbprint" -value $RoleDatacenterSHA1Thumbprint -force; new-itemproperty -path $keyPath -name "CredentialServicesUrl" -value $RoleDatacenterCredentialServiceUrl -force; new-itemproperty -path $keyPath -name "ProfileServicesUrl" -value $RoleDatacenterProfileServiceUrl -force; new-itemproperty -path $keyPath -name "NamespaceServicesUrl" -value $RoleDatacenterNamespaceServiceUrl -force; new-itemproperty -path $keyPath -name "AppIDServicesUrl" -value $RoleDatacenterAppIDServiceUrl -force; new-itemproperty -path $keyPath -name "SiteId" -value $RoleDatacenterConsumerSiteId -propertyType DWord -force; } new-itemproperty -path $keyPath -name "CertThumbprintBusiness" -value $RoleDatacenterSHA1ThumbprintBusiness -force; new-itemproperty -path $keyPath -name "CredentialServicesUrlBusiness" -value $RoleDatacenterCredentialServiceUrlBusiness -force; new-itemproperty -path $keyPath -name "ProfileServicesUrlBusiness" -value $RoleDatacenterProfileServiceUrlBusiness -force; new-itemproperty -path $keyPath -name "NamespaceServicesUrlBusiness" -value $RoleDatacenterNamespaceServiceUrlBusiness -force; new-itemproperty -path $keyPath -name "AppIDServicesUrlBusiness" -value $RoleDatacenterAppIDServiceUrlBusiness -force; new-itemproperty -path $keyPath -name "SiteIdBusiness" -value $RoleDatacenterSiteId -propertyType DWord -force; new-itemproperty -path $keyPath -name "LiveIdInstance" -value $RoleDatacenterWindowsLiveIdInstance -force;
Key '{1}' was found in the metabase on server {2} but it cannot be resolved to an object in Active Directory. Please verify ...
Key '{1}' was found in the metabase on server {2} but multiple corresponding GUIDs are found for this entry. Unless multiple ...
Key mapping should be in the form " , , ,[promptFileName],[asrPhrase]," or " , , ,[promptFileName],[asrPhrase]," or " , ...
keyPath = "HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\AliasSync\"; new-item $keyPath -force; new-itemproperty -path $keyPath ...
keyPath = "HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\ExchangeLiveServices\"; new-item $keyPath -force; if ($RoleDatacenterWindowsLiveIdInstance ...
keypath = "HKLM:\SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002"; if (!(Test-Path $keyPath)) { New-Item ...
keyPath = "HKLM:\System\CurrentControlSet\Services\HTTP\Parameters"; if (!(Get-Item $keyPath -ErrorAction SilentlyContinue)) ...
Knowledge Consistency Checker (KCC) did not initialize. Consistency updates to replication topology is disabled. (evt 1008) ...
Knowledge Consistency Checker(KCC) was unable to complete the topology for the site. Check the connectivity between DCs. ...