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
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsOnlineUser.md
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ This parameter has been deprecated from the Teams PowerShell Modules version 3.0
154
154
```yaml
155
155
Type: PSCredential
156
156
Parameter Sets: (All)
157
-
Aliases:
157
+
Aliases:
158
158
Applicable: Microsoft Teams, Skype for Business Online
159
159
160
160
Required: False
@@ -305,7 +305,6 @@ In the Teams PowerShell Module version 3.0.0 or later, filtering functionality i
305
305
- UserDirSyncEnabled
306
306
- userPrincipalName
307
307
308
-
309
308
*Attributes that have changed in meaning/format*:
310
309
311
310
**OnPremLineURI**: This attribute previously used to refer to both:
@@ -318,25 +317,23 @@ In the Teams PowerShell Module version 3.0.0 or later, the **OnPremLineURI** att
318
317
In the Teams PowerShell Module version 3.0.0 or later, the format of the AssignedPlan and ProvisionedPlan attributes has changed from XML to JSON array. Previous XML filters (For example, `-Filter "AssignedPlan -eq '<some-xml-string>'"`) will no longer work. Instead, you need to update your filters to use one of the following formats:
319
318
320
319
- All users with an AssignedPlan that ends with "MCO": `-Filter "AssignedPlan -eq '*MCO'"`
321
-
- All users with an AssignedPlan that starts with MCO: `-Filter "AssignedPlan -eq 'MCO*'"`
320
+
- All users with an AssignedPlan that starts with MCO: `-Filter "AssignedPlan -eq 'MCO*'"`
322
321
- All users with an AssignedPlan that contains MCO: `-Filter "AssignedPlan -eq '*MCO*'"`
323
322
324
-
**Policy Attributes:**
323
+
**Policy Attributes**:
325
324
326
-
- PolicyProperty comparison works only when "Authority" is provided in the value. For ex: TeamsMessagingPolicy -eq "<Authority>:<Value>"
327
-
"Authority"can contain any of these two values: Host or Tenant for a policy type (PreCanned/Default configurations provided by feature team are refered to as Host configurations while Admin-created configurations are considered Tenant configurations)
328
-
329
-
- In the Teams PowerShell Module version 3.0.0 or later, the output format of Policies has now changed from String to JSON type UserPolicyDefinition.
325
+
- PolicyProperty comparison works only when "Authority" is provided in the value. For ex: `-Filter "TeamsMessagingPolicy -eq '<Authority>:<Value>'"`
326
+
"Authority"can contain any of these two values: Host or Tenant for a policy type (PreCanned/Default configurations provided by feature team are referred to as Host configurations while Admin-created configurations are considered Tenant configurations)
330
327
328
+
- In the Teams PowerShell Module version 3.0.0 or later, the output format of Policies has now changed from String to JSON type UserPolicyDefinition.
331
329
332
330
*Dropped Filter operators*:
333
-
334
-
The following filter syntaxes are not supported in Teams PowerShell Module 3.0.0 and above:
335
331
336
-
- not, -lt, -gt: These operators have been dropped
337
-
- ge, -ne: These operators are not supported with policy properties
338
-
- like: This operator is supported only with wildcard character in the end (e.g., "like <value>*")
332
+
The following filter syntaxes are not supported in Teams PowerShell Module 3.0.0 and above:
339
333
334
+
- not, -lt, -gt: These operators have been dropped.
335
+
- ge, -ne: These operators are not supported with policy properties.
336
+
- like: This operator is supported only with wildcard character in the end (e.g., `"like <value>*"`).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
479
476
480
477
## OUTPUTS
481
-
482
-
### Note:
478
+
479
+
### Notes
483
480
484
481
The following updates are applicable for TeamsOnly customers using Microsoft Teams PowerShell version 3.0.0 and above.
485
482
486
-
_New user attributes_
483
+
*New user attributes*:
487
484
488
485
FeatureTypes – Array of unique strings specifying what features are enabled for a user. This attribute is an alternatitive to several attributes that have been dropped as outlined in the next section.
489
486
Some of the commonly used FeatureTypes include:
487
+
490
488
- Teams
491
489
- AudioConferencing
492
490
- PhoneSystem
493
491
- CallingPlan
494
492
495
-
_Dropped attributes_
493
+
*Dropped attributes*:
496
494
497
495
The following attributes are no longer relevant to Teams and have been dropped from the output:
498
496
@@ -605,7 +603,7 @@ The following attributes are no longer relevant to Teams and have been dropped f
605
603
- Phone
606
604
- WindowsEmailAddress
607
605
608
-
*Attributes renamed*
606
+
*Attributes renamed*:
609
607
610
608
- ObjectId renamed to Identity
611
609
- FirstName renamed to GivenName
@@ -614,17 +612,17 @@ The following attributes are no longer relevant to Teams and have been dropped f
614
612
- Enabled renamed to IsSipEnabled
615
613
- TeamsBranchSurvivabilityPolicy renamed to TeamsSurvivableBranchAppliancePolicy
616
614
617
-
*Attributes that have changed in meaning/format*
615
+
*Attributes that have changed in meaning/format*:
618
616
619
617
**OnPremLineURI**: This attribute previously used to refer to both:
618
+
620
619
1. LineURI set via OnPrem AD.
621
620
2. Direct Routing numbers assigned to users via Set-CsUser.
622
621
623
622
In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the LineURI set via OnPrem AD. Direct Routing numbers will be available from the LineURI field. Direct Routing Numbers can be distinguished from Calling Plan Numbers by looking at the FeatureTypes attribute.
624
623
625
-
**- The output format of AssignedPlan and ProvisionedPlan have now changed from XML to JSON array.**
626
-
627
-
**- The output format of Policies has now changed from String to JSON type UserPolicyDefinition.**
624
+
- **The output format of AssignedPlan and ProvisionedPlan have now changed from XML to JSON array.**
625
+
- **The output format of Policies has now changed from String to JSON type UserPolicyDefinition.**
0 commit comments