Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-CsOnlineApplicationInstance

Get application instance for the tenant from Microsoft Entra ID.

Syntax

Default (Default)

Get-CsOnlineApplicationInstance
 [[-Identity] <string>]
 [[-Identities] <string>]
 [[-ResultSize] <int>]
 [[-Skip] <int>]
 [-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 -Identities appinstance01@contoso.com,appinstance02@contoso.com

This example returns the application instance with identities "appinstance01@contoso.com" and "appinstance02@contoso.com". Query with multiple comma separated Identity.

Example 3

Get-CsOnlineApplicationInstance -ResultSize 10

This example returns the first 10 application instances.

Example 4

Get-CsOnlineApplicationInstance

This example returns the details of all application instances.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-Force

This switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If it isn't provided in the command, you're prompted for administrative input if required.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

-Identities

The UPNs or the object IDs of the application instances to retrieve, separated with comma. If this parameter nor parameter Identity are not provided, it will retrieve all application instances in the tenant.

Parameter properties

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

Parameter sets

-Identity

The UPN or the object ID of the application instance to retrieve. If this parameter nor parameter Identities are not provided, it will retrieve all application instances in the tenant.

Parameter properties

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

Parameter sets

-ResultSize

The result size for bulk get. This parameter is currently not working.

Parameter properties

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

Parameter sets

-Skip

Skips the first specified number of returned results. The default value is 0. This parameter is currently not working.

Parameter properties

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

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

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.

Related Links


Feedback

Was this page helpful?