$fullPath = "$RoleBinPath\..\ClientAccess\Sync\Web.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:TemporaryStoragePath -NewValue:$RoleDatacenterAirSyncTemporaryStoragePath; if (-not ([String]::IsNullOrEmpty($RoleDatacenterConsumerEasRpsSiteName))) { set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:ConsumerEasAuthModule.SiteName -NewValue:$RoleDatacenterConsumerEasRpsSiteName; } if (-not ([String]::IsNullOrEmpty($RoleDatacenterConsumerOAuthSiteName))) { set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:ConsumerEasAuthModule.OAuthSiteName -NewValue:$RoleDatacenterConsumerOAuthSiteName; }
Full sync organization '%1' company stream has been completed with MSO error: MergeDelayedRetryAfterSometimeError in service ...
Full sync organization '%1' company stream has received a batch '%2' with an empty NextPageToken in service instance '%3'. ...
Full sync organization '%1' recipient stream has been completed with MSO error: MergeDelayedRetryAfterSometimeError in service ...
Full sync organization '%1' recipient stream has received a batch '%2' with an empty NextPageToken in service instance '%3'. ...
fullPath = "$RoleBinPath\.\ClientAccess\Sync\Web.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings ...
fullPath = "$RoleBinPath\EdgeTransport.exe.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings ...
fullPath = "$RoleBinPath\MSExchangeFrontEndTransport.exe.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings ...
fullPath = "$RoleBinPath\MSExchangeUM.config"; if (-not ([String]::IsNullOrEmpty($RoleDatacenterUMRoleDataPath))) { if (!(Test-Path ...
fullPath = "$RoleInstallPath\Bin\Microsoft.Exchange.Management.Recipient.dll.config"; $pswsHostUrl = $RoleDatacenterPswsHostName; ...