Which cmdlet should you run?

You have an Exchange Server 2013 organization.
You plan to assign the default workload management policy to all of the servers in the organization.
You need to remove the Calendar Synchronization Assistant workload from the workload management policy
before you assign the policy to the servers.
Which cmdlet should you run?

You have an Exchange Server 2013 organization.
You plan to assign the default workload management policy to all of the servers in the organization.
You need to remove the Calendar Synchronization Assistant workload from the workload management policy
before you assign the policy to the servers.
Which cmdlet should you run?

A.
Remove-ResourcePolicy

B.
Set-ResourcePolicy

C.
Set-WorkloadPolicy

D.
Remove-WorkloadPolicy

Explanation:
New-WorkloadManagementPolicy
EXAMPLE 1
This example creates a custom workload management policy that will be used to control Exchange workloads
at the Dublin, Ireland location of Contoso.com. The name of the server in the Dublin, Ireland location of
Contoso.com is Dublin01.New-WorkloadManagementPolicy -Name DublinWorkloadManagementPolicy –DomainController
Dublin02.contoso.com
Set-ExchangeServer -WorkloadManagementPolicy DublinWorkloadManagementPolicy –Identity Dublin01.
EXAMPLE 2
This example uses the Template parameter to create a policy object DallasWorkloadManagementPolicy based
on the Default Workload Management Policy. It is then customized to remove the ELC Assistant workload from
the Workload Management Policy. The Workload Management Policy is then assigned to server Dallas01.
New-WorkloadManagementPolicy -Name DallasWorkloadManagementPolicy -Template
DefaultWorkloadManagementPolicy_15.0.505.0 Remove-WorkloadPolicy DallasWorkloadManagementPolicy
\\ELCAssistant Set-ExchangeServer -WorkloadManagementPolicy DallasWorkloadManagementPolicy -Server
Dallas01



Leave a Reply 0

Your email address will not be published. Required fields are marked *