if ($RoleCustomerFeedbackEnabled -ne $null) { $organizationConfig = get-OrganizationConfig; if ($organizationConfig.CustomerFeedbackEnabled ...

if ($RoleCustomerFeedbackEnabled -ne $null)            {              $organizationConfig = get-OrganizationConfig;              if ($organizationConfig.CustomerFeedbackEnabled -ne $False)              {                Set-ExchangeServer -Identity $RoleFqdnOrName -CustomerFeedbackEnabled $RoleCustomerFeedbackEnabled -DomainController $RoleDomainController              }            }
English
English (United States)
Français (France)
French (France)