Applies to: Exchange Server 2013, Exchange Online

Topic Last Modified: 2013-01-11

Use the Get-WorkloadManagementPolicy cmdlet to retrieve and view properties of the associated workload management policy object.

For information about the parameter sets in the Syntax section below, see Syntax.

Syntax

Get-WorkloadManagementPolicy [-Identity <WorkloadManagementPolicyIdParameter>] [-DomainController <Fqdn>] [-Server <ServerIdParameter>]

Examples

EXAMPLE 1

This example retrieves the properties of the workload management policies on the local server.

Copy Code
Get-WorkloadManagementPolicy

EXAMPLE 2

This example retrieves the properties of the default workload management policy on server Contoso01.

Copy Code
Get-WorkloadManagementPolicy -Identity -DefaultWorkloadManagementPolicy_<Build Number> -Server Contoso01

EXAMPLE 3

This example retrieves the properties of the custom workload management policy WLMDepartmentIT on server Contoso01.

Copy Code
Get-WorkloadManagementPolicy -Identity WLMDepartmentIT -Server Contoso01

Detailed Description

The Get-WorkloadManagementPolicy retrieves the properties of the associated workload management policy object.

You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Exchange workload throttling" entry in the Server Health and Performance Permissions topic.

Parameters

Parameter Required Type Description

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory.

Identity

Optional

Microsoft.Exchange.Configuration.Tasks.WorkloadManagementPolicyIdParameter

The Identity parameter specifies the workload management policy to retrieve.

Server

Optional

Microsoft.Exchange.Configuration.Tasks.ServerIdParameter

The Server parameter specifies the workload management policy you want to retrieve.

Input Types

To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.

Return Types

To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.