File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,8 @@ Teams personal attendant policies help determine which users are able to use per
21
21
22
22
## SYNTAX
23
23
24
- ### Identity (Default)
25
- ``` powershell
26
- Get-CsTeamsPersonalAttendantPolicy [-Identity <string>] [<CommonParameters>]
27
24
```
28
-
29
- ### Filter
30
- ``` powershell
31
- Get-CsTeamsPersonalAttendantPolicy [-Filter <string>] [<CommonParameters>]
25
+ Get-CsTeamsPersonalAttendantPolicy [-Identity <string>] [-Filter <string>] [<CommonParameters>]
32
26
```
33
27
34
28
## DESCRIPTION
@@ -39,14 +33,14 @@ Teams personal attendant policies help determine which users are able to use per
39
33
## EXAMPLES
40
34
41
35
### Example 1
42
- ``` powershell
36
+ ```
43
37
Get-CsTeamsPersonalAttendantPolicy -Identity SalesPersonalAttendantPolicy
44
38
```
45
39
46
40
Retrieves the personal attendant policy with the Identity "SalesPersonalAttendantPolicy".
47
41
48
42
### Example 2
49
- ``` powershell
43
+ ```
50
44
Get-CsTeamsPersonalAttendantPolicy -Filter "tag:Sales*"
51
45
```
52
46
You can’t perform that action at this time.
0 commit comments