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
$menuPrompt = New-CsAutoAttendantPrompt -TextToSpeechPrompt "To reach your party by name, enter it now, followed by the pound sign. For operator, press zero."
This example creates a new menu that allows the caller to reach a target by name or the operator by pressing the 0 key.
45
+
This example creates a new menu that allows the caller to reach a target by name or the operator by pressing the 0 key, and also defines the Directory Search Method to Dial By Name.
46
46
47
47
48
48
## PARAMETERS
@@ -118,6 +118,28 @@ Accept pipeline input: False
118
118
Accept wildcard characters: False
119
119
```
120
120
121
+
### -DirectorySearchMethod
122
+
The DirectorySearchMethod parameter lets you define the type of Directory Search Method for the Auto Attendant menu, for more information, see [Set up a Cloud auto attendant](https://docs.microsoft.com/MicrosoftTeams/create-a-phone-system-auto-attendant?WT.mc_id=TeamsAdminCenterCSH)
0 commit comments