if (($RoleDatacenterIsManagementForest -eq "True") -or ($RoleDatacenterFfoEnvironment -eq "True")) { $mgmtForestOpRoleGroupName ...

if (($RoleDatacenterIsManagementForest -eq "True") -or ($RoleDatacenterFfoEnvironment -eq "True"))          {              $mgmtForestOpRoleGroupName = "View-Only Mgmt Forest Operator"              $viewOnlyRoleGroupName = "View-Only Organization Management"              $mgmtForestOpRoleGroup = Get-RoleGroup $mgmtForestOpRoleGroupName              $viewOnlyRoleGroup = Get-RoleGroup $viewOnlyRoleGroupName              $mgmtForestOpRoleMembers = Get-RoleGroupMember -Identity $mgmtForestOpRoleGroup.Identity | Where { $_.Name -ieq "ViewPointServiceAccount" }              if ($mgmtForestOpRoleMembers -eq $null)              {                  Add-RoleGroupMember -Identity $mgmtForestOpRoleGroup.Identity -Member "ViewPointServiceAccount" -BypassSecurityGroupManagerCheck              }              $viewOnlyRoleMembers = Get-RoleGroupMember -Identity $viewOnlyRoleGroup.Identity | Where { $_.Name -ieq "ViewPointServiceAccount" }              if ($viewOnlyRoleMembers -eq $null)              {                  Add-RoleGroupMember -Identity $viewOnlyRoleGroup.Identity -Member "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