Skip to content

Commit be685cb

Browse files
Update Set-CsOnlineVoicemailPolicy.md
adding description parameter
1 parent e3042b0 commit be685cb

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

teams/teams-ps/teams/Set-CsOnlineVoicemailPolicy.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.reviewer:
1313
# Set-CsOnlineVoicemailPolicy
1414

1515
## SYNOPSIS
16-
Modifies an existing Online Voicemail policy. Online Voicemail policies determine whether or not voicemail transcription, profanity masking for the voicemail transcriptions, translation for the voicemail transcriptions, and editing call answer rule settings are enabled for a user. The policies also specify voicemail maximum recording length for a user and the primary and secondary voicemail system prompt languages.
16+
Modifies an existing Online Voicemail policy. Online Voicemail policies determine whether or not voicemail transcription, profanity masking for the voicemail transcriptions, translation for the voicemail transcriptions, and editing call answer rule settings are enabled for a user. The policies also specify the voicemail maximum recording length for a user and the primary and secondary voicemail system prompt languages.
1717

1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```
22-
Set-CsOnlineVoicemailPolicy [[-Identity] <string>] [-EnableEditingCallAnswerRulesSetting <boolean>] [-EnableTranscription <boolean>]
21+
```powershell
22+
Set-CsOnlineVoicemailPolicy [[-Identity] <string>] [-Description <String>] [-EnableEditingCallAnswerRulesSetting <boolean>] [-EnableTranscription <boolean>]
2323
[-EnableTranscriptionProfanityMasking <boolean>] [-EnableTranscriptionTranslation <boolean>] [-MaximumRecordingLength <timespan>]
2424
[-PostambleAudioFile <string>] [-PostambleAudioFile <string>] [-PreamblePostambleMandatory <boolean>]
2525
[-PrimarySystemPromptLanguage <string>] [-SecondarySystemPromptLanguage <string>] [-ShareData <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -277,6 +277,21 @@ Accept pipeline input: False
277277
Accept wildcard characters: False
278278
```
279279
280+
### -Description
281+
Enables administrators to provide explanatory text about the Teams AI policy. For example, the Description might indicate the users the policy should be assigned to.
282+
283+
```yaml
284+
Type: String
285+
Parameter Sets: (All)
286+
Aliases:
287+
288+
Required: False
289+
Position: Named
290+
Default value: None
291+
Accept pipeline input: False
292+
Accept wildcard characters: False
293+
```
294+
280295
### CommonParameters
281296
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).
282297

0 commit comments

Comments
 (0)