You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Get-CsOnlineUser cmdlet returns information about users who have accounts homed on Skype for Business Online.
27
+
The Get-CsOnlineUser cmdlet returns information about users who have accounts homed on Microsoft Teams or Skype for Business Online.
29
28
The returned information includes standard Active Directory account information (such as the department the user works in, his or her address and phone number, etc.) as well as Skype for Business Server 2015 specific information: the Get-CsOnlineUser cmdlet returns information about such things as whether or not the user has been enabled for Enterprise Voice and which per-user policies (if any) have been assigned to the user.
30
29
31
-
Note that the Get-CsOnlineUser cmdlet does not have a TenantId parameter; that means you cannot use a command similar to this in order to limit the returned data to users who have accounts with a specific Skype for Business Online tenant:
30
+
Note that the Get-CsOnlineUser cmdlet does not have a TenantId parameter; that means you cannot use a command similar to this in order to limit the returned data to users who have accounts with a specific Microsoft Teams or Skype for Business Online tenant:
Enables you to limit the returned data by filtering on Skype for Business specific attributes.
140
+
Enables you to limit the returned data by filtering on specific attributes.
142
141
For example, you can limit returned data to users who have been assigned a specific voice policy, or users who have not been assigned a specific voice policy.
143
142
144
143
The Filter parameter uses the same filtering syntax that is used by the Where-Object cmdlet.
@@ -150,7 +149,7 @@ For example, a filter that returns only users who have been enabled for Enterpri
150
149
Type: String
151
150
Parameter Sets: (All)
152
151
Aliases:
153
-
Applicable: Skype for Business Online
152
+
Applicable: Microsoft Teams, Skype for Business Online
154
153
155
154
Required: False
156
155
Position: Named
@@ -164,13 +163,15 @@ Indicates the Identity of the user account to be retrieved.
164
163
User Identities can be specified using one of the following formats: 1) the user's SIP address; 2) the user's user principal name (UPN); or, 3) the user's Active Directory display name (for example, Ken Myer).
165
164
166
165
You can use the asterisk ( * ) wildcard character when using the Display Name as the user Identity.
167
-
For example, the Identity "* Smith" returns all the users who have a display name that ends with the string value " Smith".
166
+
For example, the Identity "* Smith" returns all the users who have a display name that ends with the string value " Smith".
167
+
168
+
Note that in Microsoft Teams PowerShell Version 2.5.1, using this parameter will cause the Get-CsOnlineUser command to no longer emit deprecated properties as part of the modernization effort.
168
169
169
170
```yaml
170
171
Type: UserIdParameter
171
172
Parameter Sets: (All)
172
173
Aliases:
173
-
Applicable: Skype for Business Online
174
+
Applicable: Microsoft Teams, Skype for Business Online
Enables you to limit the returned data by filtering on generic Active Directory attributes (that is, attributes that are not specific to Skype for Business).
184
+
Enables you to limit the returned data by filtering on generic Active Directory attributes (that is, attributes that are not specific to Microsoft Teams or Skype for Business).
184
185
For example, you can limit returned data to users who work in a specific department, or users who have a specified manager or job title.
185
186
186
187
The LdapFilter parameter uses the LDAP query language when creating filters.
@@ -190,7 +191,7 @@ For example, a filter that returns only users who work in the city of Redmond wo
190
191
Type: String
191
192
Parameter Sets: (All)
192
193
Aliases:
193
-
Applicable: Skype for Business Online
194
+
Applicable: Microsoft Teams, Skype for Business Online
0 commit comments