Skip to content

Commit 6974c75

Browse files
authored
Merge branch 'master' into patch-4
2 parents 771f064 + 4278261 commit 6974c75

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

skype/skype-ps/skype/Set-CsOnlineApplicationInstance.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,22 @@ Set-CsOnlineApplicationInstance [-Identity] <string> [[-OnpremPhoneNumber] <stri
2121
```
2222

2323
## DESCRIPTION
24-
This cmdlet is used to update an application instance in Azure Active Directory.
24+
This cmdlet is used to update an application instance in Azure Active Directory. This same cmdlet is also run when creating a new resource account using Teams Admin Center.
2525

2626

2727
## EXAMPLES
2828

2929
### -------------------------- Example 1 --------------------------
3030
```powershell
31-
Set-CsOnlineApplicationInstance -Identity [email protected] -OnpremPhoneNumber tel:+14250000000 -ApplicationId d08bb60d-d198-4ee5-80d5-03e000aa4290 -DisplayName "AppInstance01"
31+
Set-CsOnlineApplicationInstance -Identity [email protected] -OnpremPhoneNumber tel:+14250000000 -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName "AppInstance01"
3232
```
3333

34-
This example shows updating OnpremPhoneNumber, ApplicationId, DisplayName information for an existing application instance with Identity "[email protected]".
34+
This example shows updating OnpremPhoneNumber, ApplicationId, DisplayName information for an existing Auto Attendant application instance with Identity "[email protected]".
35+
36+
The following are the application ID's for each type of application instance types:
37+
38+
Auto Attendant: ce933385-9390-45d1-9512-c8d228074e07
39+
Call Queue: 11cd3e2e-fccb-42ad-ad00-878b93575e07
3540

3641
## PARAMETERS
3742

0 commit comments

Comments
 (0)