File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ The Get-CsAutoAttendant cmdlet returns information about the AAs in your organiz
26
26
27
27
## EXAMPLES
28
28
29
- ### -------------------------- Example 1 --------------------------
29
+ ### Example 1
30
30
``` powershell
31
31
Get-CsAutoAttendant
32
32
```
33
33
34
34
This example gets all AAs in the organization.
35
35
36
- ### -------------------------- Example 2 --------------------------
36
+ ### Example 2
37
37
``` powershell
38
38
Get-CsAutoAttendant -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
39
39
@@ -57,14 +57,14 @@ Get-CsAutoAttendant -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
57
57
58
58
This example gets the AA that has the identity of f7a821dc-2d69-5ae8-8525-bcb4a4556093.
59
59
60
- ### -------------------------- Example 3 --------------------------
60
+ ### Example 3
61
61
```
62
62
Get-CsAutoAttendant -First 10
63
63
```
64
64
65
65
This example gets the first ten auto attendants configured for use in the organization.
66
66
67
- ### -------------------------- Example 4 --------------------------
67
+ ### Example 4
68
68
```
69
69
Get-CsAutoAttendant -Skip 5 -First 10
70
70
```
@@ -76,6 +76,7 @@ This example skips initial 5 auto attendants and gets the next 10 AAs configured
76
76
77
77
### -Identity
78
78
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.
79
80
80
81
``` yaml
81
82
Type : System.String
You can’t perform that action at this time.
0 commit comments