Skip to content

Commit 8a9284d

Browse files
Update New-CsOnlineVoicemailPolicy.md
adding missing parameter
1 parent 72e7937 commit 8a9284d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

teams/teams-ps/teams/New-CsOnlineVoicemailPolicy.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Creates a new Online Voicemail policy. Online Voicemail policies determine wheth
1919

2020
### Identity (Default)
2121

22-
```
22+
```powershell
2323
New-CsOnlineVoicemailPolicy [-Identity] <string> [-EnableEditingCallAnswerRulesSetting <boolean>] [-EnableTranscription <boolean>]
2424
[-EnableTranscriptionProfanityMasking <boolean>] [-EnableTranscriptionTranslation <boolean>] [-MaximumRecordingLength <timespan>]
2525
[-PostAmbleAudioFile <string>] [-PreambleAudioFile <string>] [-PreamblePostambleMandatory <boolean>]
26-
[-PrimarySystemPromptLanguage <string>] [-SecondarySystemPromptLanguage <string>] [-ShareData <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PrimarySystemPromptLanguage <string>] [-SecondarySystemPromptLanguage <string>] [-ShareData <string>] [-WhatIf] [-Confirm] [-Description <String>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -273,6 +273,22 @@ Accept pipeline input: False
273273
Accept wildcard characters: False
274274
```
275275
276+
### -Description
277+
278+
Enables administrators to provide explanatory text about the policy. For example, the Description might indicate the users the policy should be assigned to.
279+
280+
```yaml
281+
Type: String
282+
Parameter Sets: (All)
283+
Aliases:
284+
285+
Required: False
286+
Position: Named
287+
Default value: None
288+
Accept pipeline input: False
289+
Accept wildcard characters: False
290+
```
291+
276292
### CommonParameters
277293
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).
278294

0 commit comments

Comments
 (0)