Get-CsOnlineApplicationInstanceAssociation
Use the Get-CsOnlineApplicationInstanceAssociation cmdlet to get information about the associations setup in your organization.
Syntax
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
The identity for the application instance whose association is to be retrieved.
Type: | System.String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Tenant
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
System.String
The Get-CsOnlineApplicationInstanceAssociation cmdlet accepts a string as the Identity parameter.
Outputs
Microsoft.Rtc.Management.Hosted.Online.Models.ApplicationInstanceAssociation