Skip to content

Commit e3ddf28

Browse files
committed
Update new-csorganizationalautoattendantcallableentity.md
1 parent 84691b2 commit e3ddf28

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

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

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-CsOrganizationalAutoAttendantCallableEntity
99

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
The New-CsOrganizationalAutoAttendantCallableEntity cmdlet lets you create a callable entity.
1212

1313
## SYNTAX
1414

@@ -19,24 +19,41 @@ New-CsOrganizationalAutoAttendantCallableEntity [-Identity <Object>] [-Type <Obj
1919
```
2020

2121
## DESCRIPTION
22-
Provide the detailed description here.
22+
The New-CsOrganizationalAutoAttendantCallableEntity cmdlet lets you create a callable entity for use with call transfers from the Organizational Auto Attendant service. Callable entities can be created using either SIP or TEL URIs and can refer to any of the following entities:
23+
24+
- User
25+
- OrganizationalAutoAttendant
26+
- HuntGroup
27+
2328

2429
## EXAMPLES
2530

26-
### -------------------------- Example 1 -------------------------- (Skype for Business Online)
31+
### -------------------------- Example 1 --------------------------
2732
```
28-
29-
Insert example commands for example 1.
33+
$callableEntity = New-CsOrganizationalAutoAttendantCallableEntity -Identity sip:[email protected] -Type User
3034
```
3135

32-
Insert descriptive text for example 1.
36+
This example creates a user callable entity.
37+
38+
### -------------------------- Example 2 --------------------------
39+
```
40+
$callableEntity = New-CsOrganizationalAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type OrganizationalAutoAttendant
41+
```
3342

43+
This example creates an organizational auto attendant callable entity.
3444

3545
## PARAMETERS
3646

3747
### -Identity
3848
PARAMVALUE: String
3949

50+
The Identity parameter represents the ID of the callable entity; this can be either a SIP URI or a TEL URI.
51+
52+
- Only the SIP URIs of users that have Enterprise Voice enabled are supported.
53+
- Only PSTN numbers that are acquired and assigned through Skype for Business Online are supported.
54+
- SIP URIs can be used for a user only.
55+
- TEL URIs can be a user, an organizational auto attendant, or a hunt group (call queue).
56+
4057
```yaml
4158
Type: Object
4259
Parameter Sets: (All)
@@ -53,6 +70,13 @@ Accept wildcard characters: False
5370
### -Type
5471
PARAMVALUE: User | OrganizationalAutoAttendant | HuntGroup
5572
73+
The Type parameter represents the type of the callable entity, which can be any of the following:
74+
75+
- User
76+
- OrganizationalAutoAttendant
77+
- Huntgroup
78+
79+
5680
```yaml
5781
Type: Object
5882
Parameter Sets: (All)
@@ -151,8 +175,14 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
151175

152176
## INPUTS
153177

178+
### None
179+
180+
154181
## OUTPUTS
155182

183+
### Microsoft.Rtc.Management.Hosted.OAA.Models.CallableEntity
184+
185+
156186
## NOTES
157187

158188
## RELATED LINKS

0 commit comments

Comments
 (0)