Get-CsOnlineApplicationInstance
Get application instance for the tenant from Azure Active Directory.
Syntax
Get-CsOnlineApplicationInstance
[[-Identity] <string>]
[[-ResultSize] <int>]
[-Tenant <guid>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
This cmdlet is used to get details of an application instance.
Examples
-------------------------- Example 1 --------------------------
Get-CsOnlineApplicationInstance -Identity appinstance01@contoso.com
This example returns the application instance with identity "appinstance01@contoso.com".
-------------------------- Example 2 --------------------------
Get-CsOnlineApplicationInstance -ResultSize 10
This example returns the first 10 application instances.
-------------------------- Example 3 --------------------------
Get-CsOnlineApplicationInstance
This example returns the details of all application instances.
Parameters
-Identity
The URI or the object ID of the application instance to retrieve. If this parameter is not provided, it will retrieve all application instances in the tenant.
Type: | System.String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-ResultSize
The result size for bulk get.
Type: | UInt32 |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Tenant
The Tenant ID.
Type: | System.Guid |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
Feedback
Submit and view feedback for