Skip to content

Commit c0975ee

Browse files
authored
Update Get-CsOnlineUser.md
1 parent 54ff5fc commit c0975ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
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 lower**
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,7 +158,7 @@ For example, a filter that returns only users who have been enabled for Enterpri
155158
156159
`{EnterpriseVoiceEnabled -eq $True}`
157160

158-
**Note:**
161+
159162

160163
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 above.
161164

@@ -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 lower**
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

0 commit comments

Comments
 (0)