$fullPath = "$RoleBinPath\MSExchangeUM.config";        if (-not ([String]::IsNullOrEmpty($RoleDatacenterUMRoleDataPath)))        {          if (!(Test-Path -Path $RoleDatacenterUMRoleDataPath)) {New-Item $RoleDatacenterUMRoleDataPath -type directory};          set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:UmDirectory -NewValue:$RoleDatacenterUMRoleDataPath;          $umTracePath = [System.IO.Path]::Combine($RoleDatacenterUMRoleDataPath, "UMLogs");          if (!(Test-Path -Path $umTracePath)) {New-Item $umTracePath -type directory};          set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:TracePath -NewValue:$umTracePath;          $umLogPath = [System.IO.Path]::Combine($RoleDatacenterUMRoleDataPath, "Log");          if (!(Test-Path -Path $umLogPath)) {New-Item $umLogPath -type directory};          set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:LogPath -NewValue:$umLogPath;        }        if (-not ([String]::IsNullOrEmpty($RoleDatacenterUMTemporaryStoragePath)))        {          set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:TempPath -NewValue:$RoleDatacenterUMTemporaryStoragePath;        }
						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; ...
fullPath = "$RoleInstallPath\ClientAccess\PowerShell-Proxy\web.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath ...
fullPath = "$RoleInstallPath\ClientAccess\PowerShell\web.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings ...
fullPath = System.IO.Path]::Combine($RoleInstallPath, "bin\microsoft.exchange.data.directory.cacheservice.exe"); precompile-ManagedBinary ...