Skip to content

Commit 9cbdd34

Browse files
authored
Merge pull request MicrosoftDocs#8589 from isrumnon/isrumnon-patch-3
Isrumnon patch 3
2 parents 3677edf + 2bdc2f5 commit 9cbdd34

File tree

1 file changed

+139
-2
lines changed

1 file changed

+139
-2
lines changed

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

Lines changed: 139 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,145 @@ If you want to exclude Skype for Business Online users from the data returned by
4949
By definition, users homed on the on-premises version will always have a TenantId equal to 00000000-0000-0000-0000-000000000000.
5050
Users homed on Skype for Business Online will a TenantId that is equal to some value other than 00000000-0000-0000-0000-000000000000.
5151

52+
**Note:**
53+
54+
Beginning Microsoft Teams PowerShell version 2.6.2 onwards, the below updates are applicable for TeamsOnly customers.
55+
56+
*Deprecated Attributes* - Theses are no longer relevant to Teams
57+
58+
- AcpInfo
59+
- AdminDescription
60+
- ArchivingPolicy
61+
- AudioVideoDisabled
62+
- BaseSimpleUrl
63+
- BroadcastMeetingPolicy
64+
- CallViaWorkPolicy
65+
- ClientPolicy
66+
- ClientUpdateOverridePolicy
67+
- ClientVersionPolicy
68+
- CloudMeetingOpsPolicy
69+
- CloudMeetingPolicy
70+
- CloudVideoInteropPolicy
71+
- ContactOptionFlags
72+
- CountryOrRegionDisplayName
73+
- Description
74+
- DistinguishedName
75+
- EnabledForRichPresence
76+
- ExchangeArchivingPolicy
77+
- ExchUserHoldPolicies
78+
- ExperiencePolicy
79+
- ExternalUserCommunicationPolicy
80+
- ExUmEnabled
81+
- Guid
82+
- HomeServer
83+
- HostedVoicemailPolicy
84+
- IPPBXSoftPhoneRoutingEnabled
85+
- IPPhone
86+
- IPPhonePolicy
87+
- IsByPassValidation
88+
- IsValid
89+
- LegalInterceptPolicy
90+
- LicenseRemovalTimestamp
91+
- LineServerURI
92+
- Manager
93+
- MNCReady
94+
- Name
95+
- NonPrimaryResource
96+
- ObjectCategory
97+
- ObjectClass
98+
- ObjectState
99+
- OnPremHideFromAddressLists
100+
- OriginalPreferredDataLocation
101+
- OriginatingServer
102+
- OriginatorSid
103+
- OverridePreferredDataLocation
104+
- PendingDeletion
105+
- PrivateLine
106+
- ProvisioningCounter
107+
- ProvisioningStamp
108+
- PublishingCounter
109+
- PublishingStamp
110+
- Puid
111+
- RemoteCallControlTelephonyEnabled
112+
- RemoteMachine
113+
- SamAccountName
114+
- ServiceInfo
115+
- StsRefreshTokensValidFrom
116+
- SubProvisioningCounter
117+
- SubProvisioningStamp
118+
- SubProvisionLineType
119+
- SyncingCounter
120+
- TargetRegistrarPool
121+
- TargetServerIfMoving
122+
- TeamsInteropPolicy
123+
- ThumbnailPhoto
124+
- UpgradeRetryCounter
125+
- UserAccountControl
126+
- UserProvisionType
127+
- UserRoutingGroupId
128+
- VoicePolicy
129+
- XForestMovePolicy
130+
- AddressBookPolicy
131+
- GraphPolicy
132+
- PinPolicy
133+
- PreferredDataLocationOverwritePolicy
134+
- PresencePolicy
135+
- SmsServicePolicy
136+
- TeamsVoiceRoute
137+
- ThirdPartyVideoSystemPolicy
138+
- UserServicesPolicy
139+
- ConferencingPolicy
140+
- Id
141+
- Identity
142+
- MobilityPolicy
143+
- OnlineDialinConferencingPolicy
144+
- Sid
145+
- TeamsWorkLoadPolicy
146+
- VoiceRoutingPolicy
147+
- ClientUpdatePolicy
148+
- HomePhone
149+
- HostedVoiceMail
150+
- MobilePhone
151+
- OtherTelephone
152+
- StreetAddress
153+
- WebPage
154+
- AssignedLicenses
155+
- OnPremisesUserPrincipalName
156+
- HostedVoiceMail
157+
- LicenseAssignmentStates
158+
- OnPremDomainName
159+
- OnPremSecurityIdentifier
160+
- OnPremSamAccountName
161+
- CallerIdPolicy
162+
- Fax
163+
- LastName
164+
- Office
165+
- Phone
166+
- WindowsEmailAddress*
167+
168+
*Attributes renamed/replaced:*
169+
- FirstName renamed to GivenName
170+
- DirSyncEnabled renamed to UserDirSyncEnabled
171+
- MCOValidationErrors renamed to UserValidationErrors
172+
173+
*New User Attributes*
174+
175+
FeatureTypes – Array of unique strings specifying what features are enabled for a user (plan not displayed).
176+
177+
*Deprecated parameters*
178+
179+
LdapFilter has been deprecated due to low usage.
180+
181+
*Changes in "-Filter" parameter*
182+
- Assigned Plan filter - Previous format will no longer be supported. Existing filters like AssignedPlan eq '<some-xml-string>' will stop working. This will need to be modified to one of the below formats:
183+
- AssignedPlans eq 'MCOEV' - For exact match
184+
- AssignedPlans eq '*MCO*' - for contains checks.
185+
186+
- EnterpriseVoiceEnabled filter
187+
- EnterpriseVoiceEnabled eq true / false
188+
189+
190+
52191
## EXAMPLES
53192

54193
### -------------------------- Example 1 --------------------------
@@ -100,8 +239,6 @@ PS C:\> Get-CsOnlineUser -Filter $filterString
100239
The commands shown in Example 6 filters all the online users with a certain TeamsMeetingPolicy assigned using a variable as filter input.
101240
To accomplish the task, the filter string is first constructed and resolved locally and then used by the Get-CsOnlineUser cmdlet.
102241

103-
104-
105242
## PARAMETERS
106243

107244
### -Credential

0 commit comments

Comments
 (0)