Skip to content

Commit c2645a3

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 5a11858 commit c2645a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Get-CsOnlineUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Returns information about users who have accounts homed on Microsoft Teams or Sk
2121
Get-CsOnlineUser [[-Identity] <UserIdParameter>]
2222
[-AccountType <String>]
2323
[-Filter <String>]
24-
[-Properties <String>]
24+
[-Properties <String[]>]
2525
[-ResultSize <Unlimited>]
2626
[-SkipUserPolicies]
2727
[-SoftDeletedUser]
@@ -200,7 +200,7 @@ Examples:
200200
- Get-CsOnlineUser -Properties DisplayName, Alias, LineURI
201201

202202
```yaml
203-
Type: String
203+
Type: String[]
204204
Parameter Sets: (All)
205205
Aliases:
206206
applicable: Microsoft Teams

0 commit comments

Comments
 (0)