Skip to content

Commit 8c255dc

Browse files
authored
Update Set-CsOnlineVoicemailUserSettings.md
1 parent b53df6f commit 8c255dc

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

skype/skype-ps/skype/Set-CsOnlineVoicemailUserSettings.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ New online voicemail user settings of the user would be returned after executing
2020

2121
```
2222
Set-CsOnlineVoicemailUserSettings [-Identity] <string> [-CallAnswerRule <Object>] [-DefaultGreetingPromptOverwrite <string>]
23-
[-DefaultOofGreetingPromptOverwrite <string>] [-Force] [-OofGreetingEnabled <bool>] [-OofGreetingFollowAutomaticRepliesEnabled <bool>]
24-
[-OofGreetingFollowCalendarEnabled <bool>] [-PromptLanguage <string>] [-ShareData <bool>] [-TransferTarget <string>]
25-
[-VoicemailEnabled <bool>] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-DefaultOofGreetingPromptOverwrite <string>] [-Force] [-OofGreetingEnabled <boolean>] [-OofGreetingFollowAutomaticRepliesEnabled <boolean>]
24+
[-OofGreetingFollowCalendarEnabled <boolean>] [-PromptLanguage <string>] [-ShareData <boolean>] [-TransferTarget <string>]
25+
[-VoicemailEnabled <boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -141,6 +141,21 @@ Accept pipeline input: False
141141
Accept wildcard characters: False
142142
```
143143
144+
### -Force
145+
Specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
146+
147+
```yaml
148+
Type: SwitchParameter
149+
Parameter Sets: (All)
150+
Aliases:
151+
152+
Required: False
153+
Position: Named
154+
Default value: False
155+
Accept pipeline input: False
156+
Accept wildcard characters: False
157+
```
158+
144159
### -OofGreetingEnabled
145160
The OofGreetingEnabled parameter represents whether to play out-of-office greeting in voicemail deposit scenario.
146161

0 commit comments

Comments
 (0)