Skip to content

Commit 3b6ad02

Browse files
authored
Merge pull request #8196 from get-itips/patch-371
Clarifying param use
2 parents e46415a + dd99684 commit 3b6ad02

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

skype/skype-ps/skype/Get-CsAutoAttendant.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ The Get-CsAutoAttendant cmdlet returns information about the AAs in your organiz
2626

2727
## EXAMPLES
2828

29-
### -------------------------- Example 1 --------------------------
29+
### Example 1
3030
```powershell
3131
Get-CsAutoAttendant
3232
```
3333

3434
This example gets all AAs in the organization.
3535

36-
### -------------------------- Example 2 --------------------------
36+
### Example 2
3737
```powershell
3838
Get-CsAutoAttendant -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
3939
@@ -57,14 +57,14 @@ Get-CsAutoAttendant -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
5757

5858
This example gets the AA that has the identity of f7a821dc-2d69-5ae8-8525-bcb4a4556093.
5959

60-
### -------------------------- Example 3 --------------------------
60+
### Example 3
6161
```
6262
Get-CsAutoAttendant -First 10
6363
```
6464

6565
This example gets the first ten auto attendants configured for use in the organization.
6666

67-
### -------------------------- Example 4 --------------------------
67+
### Example 4
6868
```
6969
Get-CsAutoAttendant -Skip 5 -First 10
7070
```
@@ -76,6 +76,7 @@ This example skips initial 5 auto attendants and gets the next 10 AAs configured
7676

7777
### -Identity
7878
The identity for the AA to be retrieved. If this parameter is not specified, then all created AAs in the organization are returned.
79+
If you specify this parameter, you can't specify the other parameters.
7980

8081
```yaml
8182
Type: System.String

0 commit comments

Comments
 (0)