Skip to content

Commit a3cf275

Browse files
committed
fix
1 parent 7c560ac commit a3cf275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsOrganizationalAutoAttendantCallableEntity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ The New-CsOrganizationalAutoAttendantCallableEntity cmdlet lets you create a cal
1313
## SYNTAX
1414

1515
```
16-
New-CsOrganizationalAutoAttendantCallableEntity -Identity <String> -Type <User | AutoAttendant | HuntGroup> [-Tenant <Guid>] [<CommonParameters>]
16+
New-CsOrganizationalAutoAttendantCallableEntity -Identity <String> -Type <User | OrganizationalAutoAttendant | HuntGroup> [-Tenant <Guid>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
2020
The New-CsOrganizationalAutoAttendantCallableEntity cmdlet lets you create a callable entity for use with call transfers from the Auto Attendant service. Callable entities can be created using either SIP or TEL URIs and can refer to any of the following entities:
2121

2222
- User
23-
- AutoAttendant
23+
- OrganizationalAutoAttendant
2424
- HuntGroup
2525

2626

@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
The Type parameter represents the type of the callable entity, which can be any of the following:
6868
6969
- User
70-
- AutoAttendant
70+
- OrganizationalAutoAttendant
7171
- Huntgroup
7272
7373

0 commit comments

Comments
 (0)