Skip to content

Commit 03810b9

Browse files
authored
Merge pull request MicrosoftDocs#9059 from isrumnon/patch-14
Update Get-CsOnlineUser.md - Minor changes 2
2 parents 44f86de + 9010529 commit 03810b9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ Accept wildcard characters: False
147147
```
148148
149149
### -Filter
150+
151+
**Note: This immediate section only applies to TPM 2.6 and earlier**
152+
150153
Enables you to limit the returned data by filtering on specific attributes.
151154
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.
152155
@@ -155,9 +158,9 @@ For example, a filter that returns only users who have been enabled for Enterpri
155158
156159
`{EnterpriseVoiceEnabled -eq $True}`
157160

158-
**Note:**
159161

160-
The following updates are applicable for TeamsOnly customers using Microsoft Teams PowerShell version 3.0.0 and above.
162+
163+
The following updates are applicable for organizations having TeamsOnly users and/or without any SfBO/On-Premise users using Microsoft Teams PowerShell version 3.0.0 and later.
161164

162165
*Supported filters*:
163166

@@ -270,6 +273,9 @@ Accept wildcard characters: False
270273
```
271274

272275
### -Identity
276+
277+
**Note: This immediate section only applies to TPM 2.6 and earlier**
278+
273279
Indicates the Identity of the user account to be retrieved.
274280
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).
275281

@@ -449,7 +455,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
449455
## OUTPUTS
450456

451457
### Note:
452-
The following updates are applicable for TeamsOnly customers using Microsoft Teams PowerShell version 3.0.0 and above.
458+
The following updates are applicable for organizations having TeamsOnly users and/or without any SfBO/On-Premise users using Microsoft Teams PowerShell version 3.0.0 and later.
453459

454460
*New user attributes*
455461

@@ -508,6 +514,7 @@ The following attributes are no longer relevant to Teams and have been dropped f
508514
- ObjectClass
509515
- ObjectState
510516
- OnPremHideFromAddressLists
517+
- OnPremLineURIManuallySet
511518
- OriginalPreferredDataLocation
512519
- OriginatingServer
513520
- OriginatorSid
@@ -589,7 +596,7 @@ The following attributes are no longer relevant to Teams and have been dropped f
589596
1. LineURI set via OnPrem AD.
590597
2. Direct Routing numbers assigned to users via Set-CsUser.
591598

592-
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.
599+
In Teams PowerShell Modules 3.0.0 and above OnPremLineURI will only refer to the LineURI set via on-premises Active Directory. The OnPremLineURIManuallySet attribute has been deprecated and is no longer used. 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.
593600

594601
**- The output format of AssignedPlan and ProvisionedPlan have now changed from XML to JSON array.**
595602

0 commit comments

Comments
 (0)