You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
23
28
24
29
## EXAMPLES
25
30
26
-
### -------------------------- Example 1 -------------------------- (Skype for Business Online)
31
+
### -------------------------- Example 1 --------------------------
27
32
```
28
-
29
-
Insert example commands for example 1.
33
+
$callableEntity = New-CsOrganizationalAutoAttendantCallableEntity -Identity sip:[email protected] -Type User
30
34
```
31
35
32
-
Insert descriptive text for example 1.
36
+
This example creates a user callable entity.
37
+
38
+
### -------------------------- Example 2 --------------------------
0 commit comments