Skip to content

Commit 8e72a28

Browse files
authored
Update Get-CsOnlineVoicemailUserSettings.md
1 parent 379ddb7 commit 8e72a28

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

skype/skype-ps/skype/Get-CsOnlineVoicemailUserSettings.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Get-CsOnlineVoicemailUserSettings cmdlet to get information about online
1818
## SYNTAX
1919

2020
```
21-
Get-CsOnlineVoicemailUserSettings [-Identity] <string> [<CommonParameters>]
21+
Get-CsOnlineVoicemailUserSettings [-Identity] <string> [-Force] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -52,6 +52,21 @@ Accept pipeline input: False
5252
Accept wildcard characters: False
5353
```
5454
55+
### -Force
56+
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.
57+
58+
```yaml
59+
Type: SwitchParameter
60+
Parameter Sets: (All)
61+
Aliases:
62+
63+
Required: False
64+
Position: Named
65+
Default value: False
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
5570
### CommonParameters
5671
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).
5772

0 commit comments

Comments
 (0)