Skip to content

Commit 0028a71

Browse files
authored
Merge pull request MicrosoftDocs#148 from arachmanGitHub/patch-1
Update Set-CsOnlineVoicemailPolicy.md
2 parents 13e7158 + 74582cd commit 0028a71

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

skype/skype-ps/skype/Set-CsOnlineVoicemailPolicy.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ schema: 2.0.0
88
# Set-CsOnlineVoicemailPolicy
99

1010
## SYNOPSIS
11-
Provide the topic introduction here.
11+
Modifies an existing Online Voicemail policy. Online Voicemail policies determine whether or not voicemail transcription and profanity masking for the voicemail transcriptions are enabled for a user.
1212

1313
## SYNTAX
1414

1515
```
1616
Set-CsOnlineVoicemailPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Confirm]
17-
[-EnableTranscription <Object>] [-Force] [-Instance <Object>] [-Tenant <Object>] [-WhatIf] [-AsJob]
17+
[-EnableTranscription <Object>] [-EnableTranscriptionProfanityMasking <Object>] [-Force] [-Instance <Object>] [-Tenant <Object>] [-WhatIf] [-AsJob]
1818
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
22-
Provide the detailed description here.
22+
Online Voicemail service provides organizations with voicemail deposit capabilities for Phone System implementation.
23+
24+
By default, users enabled for Phone System will be enabled for Online Voicemail, and Online Voicemail policy controls whether or not voicemail transcription and profanity masking for the voicemail transcriptions are enabled for a user. Both Online Voicemail transcription and profanity masking are enabled by default, and you can modify existing policies to match your organization's requirements.
2325

2426
## EXAMPLES
2527

@@ -81,6 +83,22 @@ Accept pipeline input: False
8183
Accept wildcard characters: False
8284
```
8385
86+
### -EnableTranscriptionProfanityMasking
87+
PARAMVALUE: $true | $false
88+
89+
```yaml
90+
Type: Object
91+
Parameter Sets: (All)
92+
Aliases:
93+
Applicable: Skype for Business Online
94+
95+
Required: False
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: False
99+
Accept wildcard characters: False
100+
```
101+
84102
### -Force
85103
PARAMVALUE: SwitchParameter
86104

0 commit comments

Comments
 (0)