Skip to content

Commit 3a1f3ed

Browse files
authored
Update Get-CsTeamsPersonalAttendantPolicy.md
1 parent 4c37695 commit 3a1f3ed

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsTeamsPersonalAttendantPolicy.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@ Teams personal attendant policies help determine which users are able to use per
2121

2222
## SYNTAX
2323

24-
### Identity (Default)
25-
```powershell
26-
Get-CsTeamsPersonalAttendantPolicy [-Identity <string>] [<CommonParameters>]
2724
```
28-
29-
### Filter
30-
```powershell
31-
Get-CsTeamsPersonalAttendantPolicy [-Filter <string>] [<CommonParameters>]
25+
Get-CsTeamsPersonalAttendantPolicy [-Identity <string>] [-Filter <string>] [<CommonParameters>]
3226
```
3327

3428
## DESCRIPTION
@@ -39,14 +33,14 @@ Teams personal attendant policies help determine which users are able to use per
3933
## EXAMPLES
4034

4135
### Example 1
42-
```powershell
36+
```
4337
Get-CsTeamsPersonalAttendantPolicy -Identity SalesPersonalAttendantPolicy
4438
```
4539

4640
Retrieves the personal attendant policy with the Identity "SalesPersonalAttendantPolicy".
4741

4842
### Example 2
49-
```powershell
43+
```
5044
Get-CsTeamsPersonalAttendantPolicy -Filter "tag:Sales*"
5145
```
5246

0 commit comments

Comments
 (0)