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
This example gets an application instance by name using Find-CsOnlineApplicationInstance cmdlet. We then use the AAD ObjectId of that application instance to create an application endpoint callable entity.
69
69
70
-
### -------------------------- Example 5 --------------------------
Suppresses the "Please leave a message after the tone" system prompt when transferring to shared voicemail.
155
+
156
+
```yaml
157
+
Type: SwitchParameter
158
+
Parameter Sets: (All)
159
+
Aliases:
160
+
Applicable: Skype for Business Online
161
+
162
+
Required: False
163
+
Position: Named
164
+
Default value: None
165
+
Accept pipeline input: False
166
+
Accept wildcard characters: False
167
+
```
168
+
153
169
### CommonParameters
154
170
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
0 commit comments