Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions teams/teams-ps/teams/Get-CsOnlineUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Returns information about users who have accounts homed on Microsoft Teams or Sk
Get-CsOnlineUser [[-Identity] <UserIdParameter>]
[-AccountType <String>]
[-Filter <String>]
[-Properties <String>]
[-Properties <String[]>]
[-ResultSize <Unlimited>]
[-SkipUserPolicies]
[-SoftDeletedUser]
Expand Down Expand Up @@ -200,7 +200,7 @@ Examples:
- Get-CsOnlineUser -Properties DisplayName, Alias, LineURI

```yaml
Type: String
Type: String[]
Parameter Sets: (All)
Aliases:
applicable: Microsoft Teams
Expand Down