Skip to content

Commit 9133659

Browse files
Amr Elroumyget-itips
andauthored
Update skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md
Co-Authored-By: Andres Mariano Gorzelany <[email protected]>
1 parent 9fd4f0c commit 9133659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $callableEntityGroup=Find-CsGroup -SearchQuery "Main Auto Attendant" -ExactMatch
7070
$callableEntity = New-CsAutoAttendantCallableEntity -Identity $callableEntityId -Type SharedVoicemail -EnableTranscription
7171
```
7272

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.
73+
This example gets an Office 365 group by name using Find-CsGroup cmdlet. Then the Guid of that group is used to create a shared voicemail callable entity that supports transcription.
7474

7575
## PARAMETERS
7676

0 commit comments

Comments
 (0)