Applies to: Exchange Server 2013
Topic Last Modified: 2012-09-18
Use the Get-UMCallAnsweringRule cmdlet to view the properties of a Unified Messaging (UM) call answering rule that has been created within a UM-enabled mailbox.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-UMCallAnsweringRule [-Identity
<UMCallAnsweringRuleIdParameter>] [-DomainController
<Fqdn>] [-Mailbox <MailboxIdParameter>]
|
Examples
EXAMPLE 1
This example returns a formatted list of call answering rules in a user's UM-enabled mailbox.
Copy Code | |
---|---|
Get-UMCallAnsweringRule -Identity MyUMCallAnsweringRule -Mailbox tonysmith | Format-List |
EXAMPLE 2
This example displays the properties of the call answering rule MyUMCallAnsweringRule.
Copy Code | |
---|---|
Get-UMCallAnsweringRule -Identity MyUMCallAnsweringRule |
Detailed Description
The Get-UMCallAnsweringRule cmdlet enables you to view the properties of a call answering rule that has been created in a UM-enabled user's mailbox. It allows you to retrieve the properties for a single call answering rule or a list of call answering rules in a UM-enabled user's mailbox.
After this task is completed, the cmdlet returns the parameters and the values specified.
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 "UM call answering rules" entry in the Unified Messaging 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.UMCallAnsweringRuleIdParameter |
The Identity parameter specifies the identifier for a call answering rule being viewed. |
Mailbox |
Optional |
Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter |
The Mailbox parameter specifies the UM-enabled mailbox that contains the UM call answering rule. The default is the user's mailbox running the cmdlet. |
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.