Skip to content

Commit 9fd4f0c

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

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
@@ -66,7 +66,7 @@ This example gets an application instance by name using Find-CsOnlineApplication
6666

6767
### -------------------------- Example 5 --------------------------
6868
```powershell
69-
$callableEntityId = (Find-CsGroup -SearchQuery "Main Auto Attendant") -MaxResults 1 -MailEnabledOnly $true | Select-Object -Property Id
69+
$callableEntityGroup=Find-CsGroup -SearchQuery "Main Auto Attendant" -ExactMatchOnly $true -MailEnabledOnly $true
7070
$callableEntity = New-CsAutoAttendantCallableEntity -Identity $callableEntityId -Type SharedVoicemail -EnableTranscription
7171
```
7272

0 commit comments

Comments
 (0)