Skip to content

Commit a207776

Browse files
authored
Merge pull request MicrosoftDocs#3511 from revaldiv/patch-4
Update New-CsOnlineApplicationInstance.md
2 parents 4278261 + 6974c75 commit a207776

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

skype/skype-ps/skype/New-CsOnlineApplicationInstance.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,21 @@ New-CsOnlineApplicationInstance [-UserPrincipalName] <string> [[-ApplicationId]
2121
```
2222

2323
## DESCRIPTION
24-
This cmdlet is used to create an application instance in Azure Active Directory.
24+
This cmdlet is used to create 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
## EXAMPLES
2727

2828
### -------------------------- Example 1 --------------------------
2929
```powershell
30-
New-CsOnlineApplicationInstance -UserPrincipalName [email protected] -ApplicationId 4092daf3-a649-47f2-856e-e2902218cf9d -DisplayName "AppInstance01"
30+
New-CsOnlineApplicationInstance -UserPrincipalName [email protected] -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName "AppInstance01"
3131
```
3232

33-
This example creates a new application instance with UserPrincipalName "[email protected]", ApplicationId "4092daf3-a649-47f2-856e-e2902218cf9d", DisplayName "AppInstance01" for the tenant.
33+
This example creates a new application instance for an Auto Attendant with UserPrincipalName "[email protected]", ApplicationId "ce933385-9390-45d1-9512-c8d228074e07", DisplayName "AppInstance01" for the tenant.
34+
35+
The application ID's that you need to use while creating the application instances are:
36+
37+
Auto Attendant: ce933385-9390-45d1-9512-c8d228074e07
38+
Call Queue: 11cd3e2e-fccb-42ad-ad00-878b93575e07
3439

3540
## PARAMETERS
3641

0 commit comments

Comments
 (0)