@@ -100,6 +100,134 @@ PS C:\> Get-CsOnlineUser -Filter $filterString
100
100
The commands shown in Example 6 filters all the online users with a certain TeamsMeetingPolicy assigned using a variable as filter input.
101
101
To accomplish the task, the filter string is first constructed and resolved locally and then used by the Get-CsOnlineUser cmdlet.
102
102
103
+ ** Note**
104
+
105
+ Beginning TPM 2.6.2 onwards, the below updates are applicable for TeamsOnly customers
106
+
107
+ * Deprecated Attributes* - Theses are no longer relevant to Teams
108
+
109
+ - AcpInfo
110
+ - AdminDescription
111
+ - ArchivingPolicy
112
+ - AudioVideoDisabled
113
+ - BaseSimpleUrl
114
+ - BroadcastMeetingPolicy
115
+ - CallViaWorkPolicy
116
+ - ClientPolicy
117
+ - ClientUpdateOverridePolicy
118
+ - ClientVersionPolicy
119
+ - CloudMeetingOpsPolicy
120
+ - CloudMeetingPolicy
121
+ - CloudVideoInteropPolicy
122
+ - ContactOptionFlags
123
+ - CountryOrRegionDisplayName
124
+ - Description
125
+ - DistinguishedName
126
+ - EnabledForRichPresence
127
+ - ExchangeArchivingPolicy
128
+ - ExchUserHoldPolicies
129
+ - ExperiencePolicy
130
+ - ExternalUserCommunicationPolicy
131
+ - ExUmEnabled
132
+ - Guid
133
+ - HomeServer
134
+ - HostedVoicemailPolicy
135
+ - IPPBXSoftPhoneRoutingEnabled
136
+ - IPPhone
137
+ - IPPhonePolicy
138
+ - IsByPassValidation
139
+ - IsValid
140
+ - LegalInterceptPolicy
141
+ - LicenseRemovalTimestamp
142
+ - LineServerURI
143
+ - Manager
144
+ - MNCReady
145
+ - Name
146
+ - NonPrimaryResource
147
+ - ObjectCategory
148
+ - ObjectClass
149
+ - ObjectState
150
+ - OnPremHideFromAddressLists
151
+ - OriginalPreferredDataLocation
152
+ - OriginatingServer
153
+ - OriginatorSid
154
+ - OverridePreferredDataLocation
155
+ - PendingDeletion
156
+ - PrivateLine
157
+ - ProvisioningCounter
158
+ - ProvisioningStamp
159
+ - PublishingCounter
160
+ - PublishingStamp
161
+ - Puid
162
+ - RemoteCallControlTelephonyEnabled
163
+ - RemoteMachine
164
+ - SamAccountName
165
+ - ServiceInfo
166
+ - StsRefreshTokensValidFrom
167
+ - SubProvisioningCounter
168
+ - SubProvisioningStamp
169
+ - SubProvisionLineType
170
+ - SyncingCounter
171
+ - TargetRegistrarPool
172
+ - TargetServerIfMoving
173
+ - TeamsInteropPolicy
174
+ - ThumbnailPhoto
175
+ - UpgradeRetryCounter
176
+ - UserAccountControl
177
+ - UserProvisionType
178
+ - UserRoutingGroupId
179
+ - VoicePolicy
180
+ - XForestMovePolicy
181
+ - AddressBookPolicy
182
+ - GraphPolicy
183
+ - PinPolicy
184
+ - PreferredDataLocationOverwritePolicy
185
+ - PresencePolicy
186
+ - SmsServicePolicy
187
+ - TeamsVoiceRoute
188
+ - ThirdPartyVideoSystemPolicy
189
+ - UserServicesPolicy
190
+ - ConferencingPolicy
191
+ - Id
192
+ - Identity
193
+ - MobilityPolicy
194
+ - OnlineDialinConferencingPolicy
195
+ - Sid
196
+ - TeamsWorkLoadPolicy
197
+ - VoiceRoutingPolicy
198
+ - ClientUpdatePolicy
199
+ - HomePhone
200
+ - HostedVoiceMail
201
+ - MobilePhone
202
+ - OtherTelephone
203
+ - StreetAddress
204
+ - WebPage
205
+ - AssignedLicenses
206
+ - OnPremisesUserPrincipalName
207
+ - HostedVoiceMail
208
+ - LicenseAssignmentStates
209
+ - OnPremDomainName
210
+ - OnPremSecurityIdentifier
211
+ - OnPremSamAccountName
212
+ - CallerIdPolicy
213
+ - Fax
214
+ - LastName
215
+ - Office
216
+ - Phone
217
+ - WindowsEmailAddress*
218
+
219
+ * Attributes renamed/replaced:*
220
+ - FirstName renamed to GivenName
221
+ - DirSyncEnabled renamed to UserDirSyncEnabled
222
+ - MCOValidationErrors renamed to UserValidationErrors
223
+
224
+ * New User Attributes*
225
+
226
+ FeatureTypes – Array of unique strings specifying what features are enabled for a user (plan not displayed)
227
+
228
+ * Deprecated parameters*
229
+
230
+ LdapFilter has been deprecated due to low usage
103
231
104
232
105
233
## PARAMETERS
0 commit comments