fullPath = "$RoleBinPath\MSExchangeFrontEndTransport.exe.config"; set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings ...

$fullPath = "$RoleBinPath\MSExchangeFrontEndTransport.exe.config";              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:'DagSelectorEnabled' -NewValue:$true;              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:'ProxyRoutingServerSelectStrategy' -NewValue:'FavorLoadBalance';              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:'TransferAdditionalTenantDataThroughXATTR' -NewValue:true;              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:'UseAdditionalTenantDataFromXATTR' -NewValue:true;              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/appSettings -AppSettingKey:'ProxyHubSelectorUseDatabaseIdFromHeader' -NewValue:false;              # Do not modify this without good reason - see OM:1585629              set-appconfigvalue -ConfigFileFullPath:$fullPath -Element:configuration/runtime/gcServer -Attribute:enabled -NewValue:false;
English
English (United States)
Español (España)
Spanish (Spain)
Français (France)
French (France)
italiano
Italian
日本語
Japanese
한국어
Korean
Português
Portuguese
Русский
Russian