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
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+ ```
4337Get-CsTeamsPersonalAttendantPolicy -Identity SalesPersonalAttendantPolicy
4438```
4539
4640Retrieves the personal attendant policy with the Identity "SalesPersonalAttendantPolicy".
4741
4842### Example 2
49- ``` powershell
43+ ```
5044Get-CsTeamsPersonalAttendantPolicy -Filter "tag:Sales*"
5145```
5246
You can’t perform that action at this time.
0 commit comments