if ($RoleIsDatacenter -and !$RoleIsDatacenterDedicated -and $RoleIsPartnerHosted -ne $true -and $RoleDatacenterFfoEnvironment -ne "True") { $authConfig = Get-AuthConfig; if(([System.String]::IsNullOrEmpty($authConfig.DeploymentId)) -or ([System.String]::IsNullOrEmpty($authConfig.IssuerIdentifier))) { Set-AuthConfig -DeploymentId $RoleDatacenterAuthConfigDeploymentId -IssuerIdentifier $RoleDatacenterAuthConfigIssuerIdentifier -DomainController $RoleDomainController; } } if ($RoleDatacenterWindowsLiveIdInstance -ine 'Gallatin') { $thumbprint = $RoleDatacenterSHA1Thumbprint $authConfig = Get-AuthConfig; # # Set current certificate thumbprint, if it is not already set. # if (![string]::IsNullOrEmpty($thumbprint) -and ($authConfig.CurrentCertificateThumbprint -ine $thumbprint)) { Set-AuthConfig -CertificateThumbprint $thumbprint -DomainController $RoleDomainController -Force; } }
if ($RoleDatacenterWindowsLiveIdInstance -ine 'Gallatin') { $name = "WindowsLiveId" $metadataUrl = $RoleDatacenterFederationTrustMetadataUrl ...
if ($RoleDatacenterWindowsLiveIdInstance -ine 'Gallatin') { ."$RoleBinPath\.\Scripts\enable-edgesyncmservconfig.ps1" ` - ...
if ($RoleExternalCASServerDomain -ne $null) { $ExternalAutoDiscoverUrl = "https://" + $RoleExternalCASServerDomain + "/a ...
if ($RoleExternalCASServerDomain -ne $null) { $ExternalAutoDiscoverUrl = "https://" + $RoleExternalCASServerDomain + "/a ...
if ($RoleIsDatacenter -and !$RoleIsDatacenterDedicated -and $RoleIsPartnerHosted -ne $true -and $RoleDatacenterFfoEnvironment ...
if ($RoleIsDatacenter -and $RoleDatacenterIsTestEnv) { $softLinkSettingsGroup = "SoftLinkV2" $adDriverSettings = Get-ExchangeSettings ...
if ($RoleIsDatacenter -eq $true) { if (!(get-service MSExchangeWatchDog* | where {$_.name -eq "MSExchangeWatchDog"})) { Install-WatchDogService; ...
if ($RoleIsDatacenter -ne $true -And $RoleIsPartnerHosted -ne $true) { $keyPath = "HKLM:\Software\Microsoft\.NETFramework"; ...
if ($RoleIsDatacenterDedicated) { # Configure CertPrincipalName to make one box topology work (this is global configuration ...