Wenn ($RoleDatacenterIsManagementForest - Eq 'True') { Add-PSSnapin Microsoft.Exchange.Management.Powershell.CentralAdmin ...

Wenn ($RoleDatacenterIsManagementForest - Eq 'True')          {              Add-PSSnapin Microsoft.Exchange.Management.Powershell.CentralAdmin - Ea SilentlyContinue;              . $RoleBinPath\CentralAdminSetup.ps1;              $scriptConfigFilePath = [System.IO.Path]::Combine ($RoleInstallPath, "Config\CentralAdminScriptDefinitions.xml");              Erstellen Sie ProxyScripts - ConfigFilePath $scriptConfigFilePath;              Wenn ($RoleDatacenterFfoEnvironment - Eq "True")              {                $scriptConfigFilePath = [System.IO.Path]::Combine ($RoleInstallPath, "Config\FfoCentralAdminScriptDefinitions.xml");                Erstellen Sie ProxyScripts - ConfigFilePath $scriptConfigFilePath;              }          }