We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352c57e commit 9fd4f0cCopy full SHA for 9fd4f0c
skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md
@@ -66,7 +66,7 @@ This example gets an application instance by name using Find-CsOnlineApplication
66
67
### -------------------------- Example 5 --------------------------
68
```powershell
69
- $callableEntityId = (Find-CsGroup -SearchQuery "Main Auto Attendant") -MaxResults 1 -MailEnabledOnly $true | Select-Object -Property Id
+$callableEntityGroup=Find-CsGroup -SearchQuery "Main Auto Attendant" -ExactMatchOnly $true -MailEnabledOnly $true
70
$callableEntity = New-CsAutoAttendantCallableEntity -Identity $callableEntityId -Type SharedVoicemail -EnableTranscription
71
```
72
0 commit comments