Si ($RoleDatacenterIsManagementForest - eq 'True') { Écriture-ExchangeSetupLog-Info Définition de la configuration web pour ...

Si ($RoleDatacenterIsManagementForest - eq 'True')          {              Écriture-ExchangeSetupLog-Info « Définition de la configuration web pour le répertoire virtuel /PowerShell activer la FullLanguageMode » ;              $powerShellVdirPath = [System.IO.Path]::Combine ((Get-ItemProperty-chemin d'accès ' HKLM:SOFTWARE\Microsoft\ExchangeServer\v15\Setup').MsiInstallPath, "ClientAccess\PowerShell") ;              Si (Test-Path("$powerShellVdirPath\web.config"))              {                $webConfig = [xml] [chaîne]:: join ("n", (Get-Content "$powerShellVdirPath\web.config")) ;                    ($webconfig.configuration.appSettings.add | où {$_.key - eq "PSLanguageMode"}) .value = « FullLanguage » ;                $webconfig.Save("$powershellvdirpath\web.config") ;              }              autre              {                Écriture-ExchangeSetupLog-avertissement « Impossible de trouver web.config sous $powerShellVdirPath » ;              }          }