You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example returns the application instance with identities "[email protected]" and "[email protected]". Query with multiple comma separated Identity.
41
+
42
+
### -------------------------- Example 3 --------------------------
43
+
```powershell
38
44
Get-CsOnlineApplicationInstance -ResultSize 10
39
45
```
40
46
41
47
This example returns the first 10 application instances.
42
48
43
-
### -------------------------- Example 3 --------------------------
49
+
### -------------------------- Example 4 --------------------------
44
50
```powershell
45
51
Get-CsOnlineApplicationInstance
46
52
```
@@ -50,7 +56,23 @@ This example returns the details of all application instances.
50
56
## PARAMETERS
51
57
52
58
### -Identity
53
-
The UPN 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.
59
+
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.
60
+
61
+
```yaml
62
+
Type: System.String
63
+
Parameter Sets: (All)
64
+
Aliases:
65
+
Applicable: Microsoft Teams
66
+
67
+
Required: False
68
+
Position: Named
69
+
Default value: None
70
+
Accept pipeline input: False
71
+
Accept wildcard characters: False
72
+
```
73
+
74
+
### -Identities
75
+
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.
0 commit comments