Skip to content

Commit 9439ecb

Browse files
authored
Merge pull request #1 from dariomws/patch-119
Update New-CsAutoAttendantCallableEntity.md
2 parents c2ff393 + 1d26a3b commit 9439ecb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsAutoAttendantCallableEntity -Identity -Type [-Tenant ] []
21+
New-CsAutoAttendantCallableEntity -Identity -Type OrganizationalAutoAttendant | HuntGroup | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant ] []
2222
```
2323

2424
## DESCRIPTION
@@ -97,8 +97,11 @@ Accept wildcard characters: False
9797
The Type parameter represents the type of the callable entity, which can be any of the following:
9898
9999
- User
100+
- OrganizationalAutoAttendant
101+
- HuntGroup
100102
- ApplicationEndpoint
101-
103+
- ExternalPstn
104+
- SharedVoicemail
102105
103106
```yaml
104107
Type: Object

0 commit comments

Comments
 (0)