Skip to content

Commit b084320

Browse files
authored
Merge pull request MicrosoftDocs#8268 from alexdale0/test
Update Get-CsOnlineUser.md
2 parents eaa8f5e + d067ff1 commit b084320

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

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

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlineuser
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Get-CsOnlineUser
66
schema: 2.0.0
77
manager: bulenteg
@@ -13,8 +13,7 @@ ms.reviewer:
1313
# Get-CsOnlineUser
1414

1515
## SYNOPSIS
16-
Returns information about users who have accounts homed on Skype for Business Online.
17-
This cmdlet can only be used with Skype for Business Online.
16+
Returns information about users who have accounts homed on Microsoft Teams or Skype for Business Online.
1817

1918
## SYNTAX
2019

@@ -25,10 +24,10 @@ Get-CsOnlineUser [-Filter <String>] [-LdapFilter <String>] [-OnOfficeCommunicati
2524
```
2625

2726
## DESCRIPTION
28-
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.
2928
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.
3029

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:
3231

3332
`Get-CsOnlineUser -TenantId "bf19b7db-6960-41e5-a139-2aa373474354"`
3433

@@ -106,13 +105,13 @@ To accomplish the task, the filter string is first constructed and resolved loca
106105
## PARAMETERS
107106

108107
### -Credential
109-
This parameter is not used with Skype for Business Online.
108+
This parameter is not used with Skype for Business Online and will be deprecated in the near future.
110109

111110
```yaml
112111
Type: PSCredential
113112
Parameter Sets: (All)
114113
Aliases:
115-
Applicable: Skype for Business Online
114+
Applicable: Microsoft Teams, Skype for Business Online
116115

117116
Required: False
118117
Position: Named
@@ -122,13 +121,13 @@ Accept wildcard characters: False
122121
```
123122
124123
### -DomainController
125-
This parameter is not used with Skype for Business Online.
124+
This parameter is not used with Skype for Business Online and will be deprecated in the near future.
126125
127126
```yaml
128127
Type: Fqdn
129128
Parameter Sets: (All)
130129
Aliases:
131-
Applicable: Skype for Business Online
130+
Applicable: Microsoft Teams, Skype for Business Online
132131

133132
Required: False
134133
Position: Named
@@ -138,7 +137,7 @@ Accept wildcard characters: False
138137
```
139138
140139
### -Filter
141-
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.
142141
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.
143142
144143
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
150149
Type: String
151150
Parameter Sets: (All)
152151
Aliases:
153-
Applicable: Skype for Business Online
152+
Applicable: Microsoft Teams, Skype for Business Online
154153
155154
Required: False
156155
Position: Named
@@ -164,13 +163,15 @@ Indicates the Identity of the user account to be retrieved.
164163
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).
165164

166165
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.
168169

169170
```yaml
170171
Type: UserIdParameter
171172
Parameter Sets: (All)
172173
Aliases:
173-
Applicable: Skype for Business Online
174+
Applicable: Microsoft Teams, Skype for Business Online
174175
175176
Required: False
176177
Position: 1
@@ -180,7 +181,7 @@ Accept wildcard characters: False
180181
```
181182

182183
### -LdapFilter
183-
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).
184185
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.
185186

186187
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
190191
Type: String
191192
Parameter Sets: (All)
192193
Aliases:
193-
Applicable: Skype for Business Online
194+
Applicable: Microsoft Teams, Skype for Business Online
194195
195196
Required: False
196197
Position: Named
@@ -200,14 +201,14 @@ Accept wildcard characters: False
200201
```
201202

202203
### -OnModernServer
203-
When present, the cmdlet returns a collection of users homed on Skype for Business.
204+
When present, the cmdlet returns a collection of users homed on Microsoft Teams or Skype for Business.
204205
Users with accounts on previous versions of the software will not be returned when you use this parameter.
205206

206207
```yaml
207208
Type: SwitchParameter
208209
Parameter Sets: (All)
209210
Aliases: OnLyncServer
210-
Applicable: Skype for Business Online
211+
Applicable: Microsoft Teams, Skype for Business Online
211212
212213
Required: False
213214
Position: Named
@@ -217,13 +218,13 @@ Accept wildcard characters: False
217218
```
218219

219220
### -OnOfficeCommunicationServer
220-
This parameter is not used with Skype for Business Online.
221+
This parameter is not used with Skype for Business Online and will be deprecated in the near future.
221222

222223
```yaml
223224
Type: SwitchParameter
224225
Parameter Sets: (All)
225226
Aliases:
226-
Applicable: Skype for Business Online
227+
Applicable: Microsoft Teams, Skype for Business Online
227228
228229
Required: False
229230
Position: Named
@@ -233,13 +234,13 @@ Accept wildcard characters: False
233234
```
234235

235236
### -OU
236-
This parameter is not used with Skype for Business Online.
237+
This parameter is not used with Skype for Business Online and will be deprecated in the near future.
237238

238239
```yaml
239240
Type: OUIdParameter
240241
Parameter Sets: (All)
241242
Aliases:
242-
Applicable: Skype for Business Online
243+
Applicable: Microsoft Teams, Skype for Business Online
243244
244245
Required: False
245246
Position: Named
@@ -261,7 +262,7 @@ If you set the ResultSize to 7 but you have only three users in your forest, the
261262
Type: Int32
262263
Parameter Sets: (All)
263264
Aliases:
264-
Applicable: Skype for Business Online
265+
Applicable: Microsoft Teams, Skype for Business Online
265266
266267
Required: False
267268
Position: Named
@@ -277,7 +278,7 @@ PARAMVALUE: SwitchParameter
277278
Type: SwitchParameter
278279
Parameter Sets: (All)
279280
Aliases:
280-
Applicable: Skype for Business Online
281+
Applicable: Microsoft Teams, Skype for Business Online
281282
282283
Required: False
283284
Position: Named
@@ -294,7 +295,7 @@ Users are not allowed to log on to unless they are assigned to a Registrar pool.
294295
Type: SwitchParameter
295296
Parameter Sets: (All)
296297
Aliases:
297-
Applicable: Skype for Business Online
298+
Applicable: Microsoft Teams, Skype for Business Online
298299
299300
Required: False
300301
Position: Named

0 commit comments

Comments
 (0)