Si (($RoleDatacenterIsManagementForest - eq "True")- o ($RoleDatacenterFfoEnvironment - eq "True")) { $mgmtForestOpRoleGroupName ...

Si (($RoleDatacenterIsManagementForest - eq "True")- o ($RoleDatacenterFfoEnvironment - eq "True"))          {              $mgmtForestOpRoleGroupName = "Operador de bosque de administración con permiso de vista"              $viewOnlyRoleGroupName = "Administración de organización con permiso de vista"$mgmtForestOpRoleGroup = get-RoleGroup $mgmtForestOpRoleGroupName              $viewOnlyRoleGroup = get-RoleGroup $viewOnlyRoleGroupName$mgmtForestOpRoleMembers = get-RoleGroupMember-identidad $mgmtForestOpRoleGroup.Identity | Donde {$_.Nombre: ieq "ViewPointServiceAccount"}              Si ($mgmtForestOpRoleMembers - eq $null)              {                  Agregar-RoleGroupMember-$mgmtForestOpRoleGroup.Identity identidad-miembro "ViewPointServiceAccount" - BypassSecurityGroupManagerCheck              }$viewOnlyRoleMembers = get-RoleGroupMember-identidad $viewOnlyRoleGroup.Identity | Donde {$_.Nombre: ieq "ViewPointServiceAccount"}              Si ($viewOnlyRoleMembers - eq $null)              {                  Agregar-RoleGroupMember-$viewOnlyRoleGroup.Identity identidad-miembro "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