Skip to content

Commit 7424397

Browse files
authored
Update Reset-CsNotificationQueues.md
1 parent 960fe64 commit 7424397

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

skype/skype-ps/skype/Reset-CsNotificationQueues.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,24 @@ schema: 2.0.0
88
# Reset-CsNotificationQueues
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
The `Reset-CsNotificationQueues` cmdlet resets all presence notification queues. This cmdlet was introduced in Skype for Business Server 2015 November 2015 Cumulative Update.
1212

1313
## SYNTAX
14-
1514
```
1615
Reset-CsNotificationQueues [[-Fqdn] <Fqdn>] [-Confirm] [-Force] [-WhatIf] [<CommonParameters>]
1716
```
1817

1918
## DESCRIPTION
20-
{{Fill in the Description}}
19+
The `Reset-CsNotificationQueues` cmdlet resets all presence notification queues. Pending notifications will not be sent.
2120

2221
## EXAMPLES
2322

2423
### -------------------------- Example 1 --------------------------
2524
```
26-
PS C:\> {{ Add example code here }}
25+
PS C:\> Reset-CsNotificationQueues -Fqdn FE01.contoso.com
2726
```
2827

29-
{{ Add example description here }}
28+
This example resets the notification queues on server FE01.contoso.com.
3029

3130
## PARAMETERS
3231

@@ -47,7 +46,7 @@ Accept wildcard characters: False
4746
```
4847
4948
### -Force
50-
{{Fill Force Description}}
49+
The Force switch 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.
5150
5251
```yaml
5352
Type: SwitchParameter
@@ -63,7 +62,7 @@ Accept wildcard characters: False
6362
```
6463
6564
### -Fqdn
66-
{{Fill Fqdn Description}}
65+
Specifies the fqdn of the server which you want to reset notification queues.
6766
6867
```yaml
6968
Type: Fqdn

0 commit comments

Comments
 (0)