Skip to content

Commit 660087d

Browse files
committed
created required and optional parameter sections
1 parent de977a6 commit 660087d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

skype/skype-ps/skype/Get-CsHuntGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get-CsHuntGroup -PrimaryUri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.
4040
This example gets the call queue with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com". If no call queue exists with the primary uri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.com", then this example generates an error.
4141

4242

43-
## PARAMETERS
43+
## OPTIONAL PARAMETERS
4444

4545
### -PrimaryUri
4646
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".

skype/skype-ps/skype/New-CsHuntGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ New-CsHuntGroup -Name "Help desk" -Domain "litwareinc.com" -LineUri "tel:+199988
5151
This example saves the contents of music on hold and welcome music files in temporary variables. Then, it creates a call queue for the organization named "Help Desk" in the domain "litwareinc.com" using those contents and other configurable parameters.
5252

5353

54-
## PARAMETERS
54+
## REQUIRED PARAMETERS
5555

5656
### -Domain
5757
The Domain parameter denotes the domain part of the primary uri for the hunt group. This domain name is validated against the list of domains that the tenant owns.
@@ -85,6 +85,8 @@ Accept pipeline input: False
8585
Accept wildcard characters: False
8686
```
8787
88+
## OPTIONAL PARAMETERS
89+
8890
### -AgentAlertTime
8991
The AgentAlertTime parameter represents the time (in seconds) that a call can remain unanswered before it is automatically routed to the next agent. The AgentAlertTime can be set to any integer value between 30 and 180 seconds (3 minutes), inclusive. The default value is 30 seconds.
9092

skype/skype-ps/skype/Remove-CsHuntGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This example deletes the call queue with the primary uri "sip:hg_a82e2406b9b5474
3333

3434

3535

36-
## PARAMETERS
36+
## REQUIRED PARAMETERS
3737

3838
### -PrimaryUri
3939
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
@@ -51,6 +51,8 @@ Accept pipeline input: False
5151
Accept wildcard characters: False
5252
```
5353
54+
## OPTIONAL PARAMETERS
55+
5456
### -AsJob
5557
This parameter is reserved for Microsoft internal use only.
5658

skype/skype-ps/skype/Set-CsHuntGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Set-CsHuntGroup -PrimaryUri "sip:hg_a82e2406b9b5474a9878e9659f32dbc3@litwareinc.
4848
This example saves the contents of music on hold to a temporary variable. Then, it updates the call queue with new phone number, distribution lists, and the name and content of the music on hold file.
4949

5050

51-
## PARAMETERS
51+
## REQUIRED PARAMETERS
5252

5353
### -PrimaryUri
5454
The PrimaryUri parameter represents the SIP address for the call queue. It must start with "sip:".
@@ -66,6 +66,8 @@ Accept pipeline input: False
6666
Accept wildcard characters: False
6767
```
6868
69+
## OPTIONAL PARAMETERS
70+
6971
### -AgentAlertTime
7072
The AgentAlertTime parameter represents the time (in seconds) that a call can remain unanswered before it is automatically routed to the next agent. The AgentAlertTime can be set to any integer value between 30 and 180 seconds (3 minutes), inclusive.
7173

0 commit comments

Comments
 (0)