$fullPath = "$RoleInstallPath\Bin\Microsoft.Exchange.Management.Recipient.dll.config"; $pswsHostUrl = $RoleDatacenterPswsHostName; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:PswsHostServerName -NewValue:"$pswsHostUrl";
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 ...
fullPath = System.IO.Path]::Combine($RoleInstallPath, "bin\microsoft.exchange.data.directory.cacheservice.exe"); precompile-ManagedBinary ...