Если (($RoleDatacenterIsManagementForest - eq "True")- или ($RoleDatacenterFfoEnvironment - eq "True")) { $mgmtForestOpRoleGroupName ...

Если (($RoleDatacenterIsManagementForest - eq "True")- или ($RoleDatacenterFfoEnvironment - eq "True"))          {              $mgmtForestOpRoleGroupName = "Оператор леса с руководства"              $viewOnlyRoleGroupName = "Управление организацией только чтение"$mgmtForestOpRoleGroup = get-RoleGroup $mgmtForestOpRoleGroupName              $viewOnlyRoleGroup = get-RoleGroup $viewOnlyRoleGroupName$mgmtForestOpRoleMembers = get-RoleGroupMember-$mgmtForestOpRoleGroup.Identity удостоверение | Где {$_.Имя - ieq "ViewPointServiceAccount"}              Если ($mgmtForestOpRoleMembers - eq $null)              {                  Добавить RoleGroupMember-удостоверения $mgmtForestOpRoleGroup.Identity-член «ViewPointServiceAccount» - BypassSecurityGroupManagerCheck              }$viewOnlyRoleMembers = get-RoleGroupMember-$viewOnlyRoleGroup.Identity удостоверение | Где {$_.Имя - ieq "ViewPointServiceAccount"}              Если ($viewOnlyRoleMembers - eq $null)              {                  Добавить RoleGroupMember-удостоверения $viewOnlyRoleGroup.Identity-член «ViewPointServiceAccount» - BypassSecurityGroupManagerCheck              }          }
English
English (United States)
Deutsch (Deutschland)
German (Germany)
Español (España)
Spanish (Spain)
Français (France)
French (France)
italiano
Italian
Português
Portuguese
Русский
Russian