[GH-ISSUE #5111] [Feature Request]: Add Report for Active Sync Versions #2439

Open
opened 2026-03-02 13:52:20 +03:00 by kerem · 0 comments
Owner

Originally created by @dragfang23 on GitHub (Dec 18, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/5111

Please confirm:

  • I have searched existing feature requests (open and closed) and found no duplicates.
  • **me or my organization is currently an active sponsor of the product at the $99,- level.

Problem Statement

Referring to this: https://www.bleepingcomputer.com/news/microsoft/microsoft-to-block-exchange-online-access-for-outdated-mobile-devices/

"Starting March 1, 2026, devices running ActiveSync versions lower than 16.1 will no longer be able to connect to our services. EAS 16.1 was released as a part of Exchange Server and Exchange Online in June 2016."

Currently no way to pull this out of CIPP, this powershell reports on the devices:

Get-MobileDevice | Where-Object {($.ClientType -eq 'EAS' -or $.ClientType -match 'ActiveSync') -and $.ClientVersion -and ([version]$.ClientVersion -lt [version]'16.1')} | Sort-Object UserDisplayName | Select-Object UserDisplayName, UserPrincipalName, DeviceId, DeviceModel

Keen to get this as a report we can run.

Benefits for MSPs

Save time having to log into each tenant and manually run, its going to affect users on march 2026 who have outdated mobile phones and devices, would be important to notify these users ahead of time.

Value or Importance

nice-to-have but would ad ability for MSP to notify customers who have outdated devices ahead of microsoft shutdown.

PowerShell Commands (Optional)

Get-MobileDevice | Where-Object {($.ClientType -eq 'EAS' -or $.ClientType -match 'ActiveSync') -and $.ClientVersion -and ([version]$.ClientVersion -lt [version]'16.1')} | Sort-Object UserDisplayName | Select-Object UserDisplayName, UserPrincipalName, DeviceId, DeviceModel

Originally created by @dragfang23 on GitHub (Dec 18, 2025). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/5111 ### Please confirm: - [x] **I have searched existing feature requests** (open and closed) and found no duplicates. - [x] **me or my organization is currently an active sponsor of the product at the $99,- level. ### Problem Statement Referring to this: https://www.bleepingcomputer.com/news/microsoft/microsoft-to-block-exchange-online-access-for-outdated-mobile-devices/ "Starting March 1, 2026, devices running ActiveSync versions lower than 16.1 will no longer be able to connect to our services. EAS 16.1 was released as a part of Exchange Server and Exchange Online in June 2016." Currently no way to pull this out of CIPP, this powershell reports on the devices: Get-MobileDevice | Where-Object {($_.ClientType -eq 'EAS' -or $_.ClientType -match 'ActiveSync') -and $_.ClientVersion -and ([version]$_.ClientVersion -lt [version]'16.1')} | Sort-Object UserDisplayName | Select-Object UserDisplayName, UserPrincipalName, DeviceId, DeviceModel Keen to get this as a report we can run. ### Benefits for MSPs Save time having to log into each tenant and manually run, its going to affect users on march 2026 who have outdated mobile phones and devices, would be important to notify these users ahead of time. ### Value or Importance nice-to-have but would ad ability for MSP to notify customers who have outdated devices ahead of microsoft shutdown. ### PowerShell Commands (Optional) Get-MobileDevice | Where-Object {($_.ClientType -eq 'EAS' -or $_.ClientType -match 'ActiveSync') -and $_.ClientVersion -and ([version]$_.ClientVersion -lt [version]'16.1')} | Sort-Object UserDisplayName | Select-Object UserDisplayName, UserPrincipalName, DeviceId, DeviceModel
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#2439
No description provided.