Se ($RoleDatacenterIsManagementForest - eq ("True")- ou ($RoleDatacenterFfoEnvironment - eq "True")) { $mgmtForestOpRoleGroupName ...

Se ($RoleDatacenterIsManagementForest - eq ("True")- ou ($RoleDatacenterFfoEnvironment - eq "True"))          {              $mgmtForestOpRoleGroupName = "Somente para exibição Mgmt floresta operador"              $viewOnlyRoleGroupName = "Gerenciamento de organização somente para exibição"$mgmtForestOpRoleGroup = get-RoleGroup $mgmtForestOpRoleGroupName              $viewOnlyRoleGroup = get-RoleGroup $viewOnlyRoleGroupName$mgmtForestOpRoleMembers = get-RoleGroupMember-identidade $mgmtForestOpRoleGroup.Identity | Onde {$_.Nome - ieq "ViewPointServiceAccount"}              Se ($mgmtForestOpRoleMembers - eq $null)              {                  Adicionar-RoleGroupMember-identidade $mgmtForestOpRoleGroup.Identity-membro "ViewPointServiceAccount" - BypassSecurityGroupManagerCheck              }$viewOnlyRoleMembers = get-RoleGroupMember-identidade $viewOnlyRoleGroup.Identity | Onde {$_.Nome - ieq "ViewPointServiceAccount"}              Se ($viewOnlyRoleMembers - eq $null)              {                  Adicionar-RoleGroupMember-identidade $viewOnlyRoleGroup.Identity-membro "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