File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
18
18
## SYNTAX
19
19
20
20
``` powershell
21
- New-CsAutoAttendantCallableEntity -Identity -Type [-Tenant ] []
21
+ New-CsAutoAttendantCallableEntity -Identity -Type OrganizationalAutoAttendant | HuntGroup | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant ] []
22
22
```
23
23
24
24
## DESCRIPTION
@@ -97,8 +97,11 @@ Accept wildcard characters: False
97
97
The Type parameter represents the type of the callable entity, which can be any of the following:
98
98
99
99
- User
100
+ - OrganizationalAutoAttendant
101
+ - HuntGroup
100
102
- ApplicationEndpoint
101
-
103
+ - ExternalPstn
104
+ - SharedVoicemail
102
105
103
106
` ` ` yaml
104
107
Type : Object
You can’t perform that action at this time.
0 commit comments