Edit

Share via


Get-CsOnlineApplicationInstanceAssociation

Use the Get-CsOnlineApplicationInstanceAssociation cmdlet to get information about the associations setup in your organization.

Syntax

Default (Default)

Get-CsOnlineApplicationInstanceAssociation
    -Identity <String>
    [-Tenant <Guid>]
    [<CommonParameters>]

Description

Use the Get-CsOnlineApplicationInstanceAssociation cmdlet to get information about the associations setup between online application instances and the application configurations, like auto attendants and call queues.

Examples

Example 1

Get-CsOnlineApplicationInstanceAssociation -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"

This example gets the association object for the application instance that has the identity of f7a821dc-2d69-5ae8-8525-bcb4a4556093.

Parameters

-Identity

Applicable: Microsoft Teams

The identity for the application instance whose association is to be retrieved.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-Tenant

Applicable: Microsoft Teams

Parameter properties

Type:System.Guid
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

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

System.String

The Get-CsOnlineApplicationInstanceAssociation cmdlet accepts a string as the Identity parameter.

Outputs

Microsoft.Rtc.Management.Hosted.Online.Models.ApplicationInstanceAssociation