File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ Get-CsOnlineUser -Filter {LineURI -eq "1234"}
102
102
```
103
103
Example 5 returns information for user accounts that have been assigned a designated phone number.
104
104
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
+
105
111
## PARAMETERS
106
112
107
113
### -AccountType
@@ -111,6 +117,20 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
111
117
- ` Guest ` - to query for guest accounts.
112
118
- ` Unknown ` - to query for a user type that is not known.
113
119
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
+
114
134
### -Identity
115
135
Indicates the Identity of the user account to be retrieved.
116
136
You can’t perform that action at this time.
0 commit comments