If ($RoleDatacenterFfoEnvironment -eq "True") { $eopChangeUserName = "EOPChangeUser"; Set-ThrottlingPolicyAssociation -Identity ...

If ($RoleDatacenterFfoEnvironment -eq "True")            {                $eopChangeUserName = "EOPChangeUser";                Set-ThrottlingPolicyAssociation -Identity $eopChangeUserName -ThrottlingPolicy "PartnerThrottlingPolicy" -DomainController $RoleDomainController            }