Skip to content

Commit a24e559

Browse files
authored
Update Get-CsOnlineUser.md
1 parent f7173eb commit a24e559

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

skype/skype-ps/skype/Get-CsOnlineUser.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ Get-CsOnlineUser -Filter {LineURI -eq "1234"}
102102
```
103103
Example 5 returns information for user accounts that have been assigned a designated phone number.
104104

105+
### -------------------------- Example 6 --------------------------
106+
```
107+
Get-CsOnlineUser -AccountType ResourceAccount
108+
```
109+
Example 6 returns information for user accounts that are categorised as resource accounts.
110+
111+
105112
## PARAMETERS
106113

107114
### -AccountType
@@ -111,6 +118,20 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
111118
- `Guest` - to query for guest accounts.
112119
- `Unknown` - to query for a user type that is not known.
113120

121+
122+
```yaml
123+
Type: UserIdParameter
124+
Parameter Sets: (All)
125+
Aliases:
126+
Applicable: Microsoft Teams, Skype for Business Online
127+
128+
Required: False
129+
Position: 1
130+
Default value: None
131+
Accept pipeline input: False
132+
Accept wildcard characters: False
133+
```
134+
114135
### -Identity
115136
Indicates the Identity of the user account to be retrieved.
116137

0 commit comments

Comments
 (0)