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
+139-2Lines changed: 139 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,145 @@ If you want to exclude Skype for Business Online users from the data returned by
49
49
By definition, users homed on the on-premises version will always have a TenantId equal to 00000000-0000-0000-0000-000000000000.
50
50
Users homed on Skype for Business Online will a TenantId that is equal to some value other than 00000000-0000-0000-0000-000000000000.
51
51
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
+
52
191
## EXAMPLES
53
192
54
193
### -------------------------- Example 1 --------------------------
0 commit comments