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

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