If ($RoleDatacenterFfoEnvironment -eq "True") { # Create OspUser $ospUserName = "OspUser"; $ospUser = Get-LinkedUser -DomainController $RoleDomainController | ? {$_.Name -ieq $ospUserName}; If(-Not $ospUser) { $ospUserUPN = $ospUserName + "@" + $RoleFullyQualifiedDomainName; $ospUser = New-LinkedUser -Name $ospUserName -UserPrincipalName $ospUserUPN -DomainController $RoleDomainController; } }
if ($RoleCustomerFeedbackEnabled -ne $null) { $organizationConfig = get-OrganizationConfig; if ($organizationConfig.CustomerFeedbackEnabled ...
if ($RoleDatacenterEnableFullLanguageMode -eq "True") { . $RoleBinPath\CentralAdminSetup.ps1; AddLocalComputerAccountToCentralAdminServersGroup ...
if ($RoleDatacenterEnableFullLanguageMode -eq "True") { .$RoleBinPath\CentralAdminSetup.ps1; RemoveLocalComputerAccountFromCentralAdminServersGroup ...
If ($RoleDatacenterFfoEnvironment -eq "True") { # Create EOPChangeUser $eopChangeUserName = "EOPChangeUser"; $eopChangeUser ...
If ($RoleDatacenterFfoEnvironment -eq "True") { # Create OspUser $ospUserName = "OspUser"; $ospUser = Get-LinkedUser -DomainController ...
If ($RoleDatacenterFfoEnvironment -eq "True") { $eopChangeUserName = "EOPChangeUser"; Set-ThrottlingPolicyAssociation -Identity ...
If ($RoleDatacenterFfoEnvironment -eq "True") { $ospUserName = "OspUser"; Set-ThrottlingPolicyAssociation -Identity $ospUserName ...
If ($RoleDatacenterFfoEnvironment -eq "True") { $ospUserName = "OspUser"; Set-User $ospUserName -RemotePowerShellEnabled ...
if ($RoleDatacenterFfoEnvironment -eq "True") { Install-CannedRbacRoleAssignments -InvocationMode $RoleInstallationMode -DomainController ...