Skip to content

Commit 31a61c2

Browse files
authored
Merge pull request MicrosoftDocs#9752 from isrumnon/patch-25
Update Get-CsOnlineUser.md
2 parents fba9992 + e9ad2d0 commit 31a61c2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ 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 categorized as resource accounts.
110+
105111
## PARAMETERS
106112

107113
### -AccountType
@@ -111,6 +117,20 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
111117
- `Guest` - to query for guest accounts.
112118
- `Unknown` - to query for a user type that is not known.
113119

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

0 commit comments

Comments
 (0)