Edit

Share via


Get-UMActiveCalls

This cmdlet is available only in on-premises Exchange.

Use the Get-UMActiveCalls cmdlet to return information about the calls that are active and being processed by the Mailbox server running the Microsoft Exchange Unified Messaging service.

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

Syntax

DialPlan

Get-UMActiveCalls
    -DialPlan <UMDialPlanIdParameter>
    [-DomainController <Fqdn>]
    [<CommonParameters>]

ServerInstance

Get-UMActiveCalls
    -InstanceServer <UMServer>
    [-DomainController <Fqdn>]
    [<CommonParameters>]

UMIPGateway

Get-UMActiveCalls
    -IPGateway <UMIPGatewayIdParameter>
    [-DomainController <Fqdn>]
    [<CommonParameters>]

Server

Get-UMActiveCalls
    [-Server <ServerIdParameter>]
    [-DomainController <Fqdn>]
    [<CommonParameters>]

Description

The Get-UMActiveCalls cmdlet returns information about the active calls being processed. If the Get-UMActiveCalls cmdlet specifies either the UM dial plan or UM IP gateway, it looks in Active Directory to determine which Mailbox server running the Microsoft Exchange Unified Messaging service must be contacted. If the Mailbox server is specified at a command prompt, the Get-UMActiveCalls cmdlet returns the active calls being processed by the server specified.

When a Mailbox server is process cycling, the Get-UMActiveCalls cmdlet doesn't return a list of all calls for both the discontinued process and the active process. It returns the active calls only for the new process.

After this task is completed, you can see the list of active calls being processed by a Mailbox server.

You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet.

Examples

Example 1

Get-UMActiveCalls

This example displays the details of all active calls on the local Mailbox server.

Example 2

Get-UMActiveCalls -Server MyUMServer

This example displays the details of all active calls on the Mailbox server MyUMServer.

Example 3

Get-UMActiveCalls -IPGateway MyUMIPGateway

This example displays the details of all active calls being processed by the UM IP gateway MyUMIPGateway.

Example 4

Get-UMActiveCalls -DialPlan MyUMDialPlan

This example displays a list of active calls associated with the UM dial plan MyUMDialPlan.

Parameters

-DialPlan

Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016

The DialPlan parameter specifies the UM dial plan for which you want to retrieve active calls.

You can't use the DialPlan, InstanceServer, IPGateway, or Server parameters in the same command.

Parameter properties

Type:UMDialPlanIdParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

DialPlan
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DomainController

Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016

The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

Parameter properties

Type:Fqdn
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InstanceServer

Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016

The InstanceServer parameter specifies the Mailbox server running the Microsoft Exchange Unified Messaging service for which you want to retrieve active calls.

You can't use the DialPlan, InstanceServer, IPGateway, or Server parameters in the same command.

Parameter properties

Type:UMServer
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ServerInstance
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IPGateway

Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016

The IPGateway parameter specifies the UM IP gateway for which you want to retrieve active calls.

You can't use the DialPlan, InstanceServer, IPGateway, or Server parameters in the same command.

Parameter properties

Type:UMIPGatewayIdParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

UMIPGateway
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Server

Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016

The Server parameter filters the results by the specified Unified Messaging server. You can use any value that uniquely identifies the server. For example:

  • Name
  • FQDN
  • Distinguished name (DN)
  • Exchange Legacy DN

You can't use the DialPlan, InstanceServer, IPGateway, or Server parameters in the same command.

Parameter properties

Type:ServerIdParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Server
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

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.

Outputs

Output 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.