Skip to content

Commit f47217d

Browse files
committed
Update Get-CsOnlineUser.md
Removed weird non-ASCII spaces, extra carriage returns, and extra spaces at the end of lines
1 parent 55d3c8f commit f47217d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

teams/teams-ps/teams/Get-CsOnlineUser.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,8 @@ These filtering operators have been reintroduced:
258258

259259
`-contains` can now be used to filter properties that are an array of strings like FeatureTypes, ProxyAddresses, and ShadowProxyAddresses. For example:
260260

261-
- Get-CsOnlineUser -Filter {FeatureTypes -contains "PhoneSystem"}
262-
- Get-CsOnlineUser -Filter {ProxyAddresses -contains "SMTP:[email protected]"}
263-
261+
- `Get-CsOnlineUser -Filter {FeatureTypes -contains "PhoneSystem"}`
262+
- `Get-CsOnlineUser -Filter {ProxyAddresses -contains "SMTP:[email protected]"}`
264263

265264
`-gt` (greater than), `-lt` (less than), and `-le` (less than or equal to) can now be used for filtering all string properties. For example:
266265

@@ -272,7 +271,6 @@ These filtering operators have been reintroduced:
272271

273272
**Note**: Some comparison operators mentioned above including -ge, -le, -gt, and -lt are case-sensitive for Policies and capital letters are considered smaller than small letters.
274273

275-
276274
**Updates in Teams PowerShell Module version 3.0.0 and later**
277275

278276
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 3.0.0 and later (excluding updates mentioned previously for Teams PowerShell Module version 5.0.0 and later):
@@ -564,7 +562,7 @@ A recent fix has addressed an issue where some Guest users were being omitted fr
564562

565563
**Updates in Teams PowerShell Module version 6.1.1 Preview and later**
566564

567-
The following updates are applicable for organizations that use Microsoft Teams PowerShell version 6.1.1 (Targeted Release: April 15th, 2024) or later. These changes will be gradually rolled out for all tenants starting from April 26th, 2024.
565+
The following updates are applicable for organizations that use Microsoft Teams PowerShell version 6.1.1 (Targeted Release: April 15th, 2024) or later. These changes will be gradually rolled out for all tenants starting from April 26th, 2024.
568566

569567
When using the Get-CsOnlineUser cmdlet in Teams PowerShell Module without the -identity parameter, we are introducing these updates:
570568
- Before the rollout, unlicensed users who did not have a valid Teams license were displayed in the output of the Get-CsOnlineUser cmdlet for 30 days after license removal. After the rollout, Get-CsOnlineUser will show unlicensed users after the initial 30 days and also include unlicensed users who never had a valid Teams license.
@@ -577,10 +575,9 @@ When Get-CsOnlineUser is used with the -identity parameter, you can also use UPN
577575

578576
The following updates are applicable for organizations that use Microsoft Teams PowerShell version 6.1.0 or later.
579577

580-
- LocationPolicy: LocationPolicy attribute is being deprecated from the output of Get-CsOnlineUser in all clouds. Get-CsPhoneNumberAssignment -IsoCountryCode can be used to get the LocationPolicy information. (Note: LocationPolicy attribute will no longer be populated with value in the older Teams Powershell Module versions (<6.1.0) starting from 20th March 2024.)
581-
582-
- OptionFlags: OptionFlags attribute will no longer be populated with value in the output of Get-CsOnlineUser in all clouds. It's important to note that other details besides EnterpriseVoiceEnabled, previously found in OptionFlags, are no longer relevant for Teams. Administrators can still utilize the EnterpriseVoiceEnabled attribute in the output of the Get-CsOnlineUser cmdlet to get this information. (Note: This change will be rolled out to all Teams Powershell Module versions (=<6.1.0) starting from 20th March 2024.)
578+
- LocationPolicy: LocationPolicy attribute is being deprecated from the output of Get-CsOnlineUser in all clouds. Get-CsPhoneNumberAssignment -IsoCountryCode can be used to get the LocationPolicy information. (Note: LocationPolicy attribute will no longer be populated with value in the older Teams Powershell Module versions (<6.1.0) starting from 20th March 2024.)
583579

580+
- OptionFlags: OptionFlags attribute will no longer be populated with value in the output of Get-CsOnlineUser in all clouds. It's important to note that other details besides EnterpriseVoiceEnabled, previously found in OptionFlags, are no longer relevant for Teams. Administrators can still utilize the EnterpriseVoiceEnabled attribute in the output of the Get-CsOnlineUser cmdlet to get this information. (Note: This change will be rolled out to all Teams Powershell Module versions (=<6.1.0) starting from 20th March 2024.)
584581

585582
**Updates in Teams PowerShell Module version 6.0.0 and later**
586583

@@ -589,7 +586,7 @@ The following updates are applicable for organizations having TeamsOnly users th
589586
- GracePeriodExpiryDate: GracePeriodExpiryDate attribute is being introduced within the AssignedPlan JSON array. It specifies the date when the grace period of a previously deleted license expires, and the license will be permanently deleted. The attribute remains empty/null for active licenses. (Note: The attribute is currently in private preview and will display valid values only for private preview)
590587

591588
- IsInGracePeriod: IsInGracePeriod attribute is a boolean flag that indicates that the associated plan is in grace period after deletion. (Note: The attribute is currently in private preview and will display valid values only for private preview)
592-
589+
593590
**Updates in Teams PowerShell Module version 5.9.0 and later**
594591

595592
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 5.9.0 or later in GCC High and DoD environments (note that these changes are already rolled out in commercial environments). These updates will be applicable to older Teams PowerShell versions from 15th March 2024 in GCC High and DoD environments:

0 commit comments

Comments
 (0)