Skip to content

Commit 707f72f

Browse files
author
Amr Elroumy
authored
Update New-CsAutoAttendantCallableEntity.md
1 parent 1236c4c commit 707f72f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity f
2828
- ApplicationEndpoint
2929
- SharedVoicemail
3030

31+
### NOTE
32+
33+
In order to setup shared voicemail, only Office 365 Groups can be used.
34+
3135
## EXAMPLES
3236

3337
### -------------------------- Example 1 --------------------------
@@ -66,7 +70,7 @@ This example gets an application instance by name using Find-CsOnlineApplication
6670
$callableEntity = New-CsAutoAttendantCallableEntity -Identity $callableEntityId -Type SharedVoicemail -EnableTranscription
6771
```
6872

69-
This example gets an O365 mail-enabled group by name using Find-CsGroup cmdlet. We then use the ObjectId of that group to create a shared voicemail callable entity that supports transcription.
73+
This example gets an Office 365 group by name using Find-CsGroup cmdlet. We then use the ObjectId of that group to create a shared voicemail callable entity that supports transcription.
7074

7175
## PARAMETERS
7276

0 commit comments

Comments
 (0)