File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,13 @@ 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 categorised as resource accounts.
110
+
111
+
105
112
## PARAMETERS
106
113
107
114
### -AccountType
@@ -111,6 +118,20 @@ This parameter is added to Get-CsOnlineUser starting from TPM 4.5.1 to indicate
111
118
- ` Guest ` - to query for guest accounts.
112
119
- ` Unknown ` - to query for a user type that is not known.
113
120
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
+
114
135
### -Identity
115
136
Indicates the Identity of the user account to be retrieved.
116
137
You can’t perform that action at this time.
0 commit comments