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
"syncInfoNote": "Outlook for iOS and Android uses modern authentication and does not report ActiveSync sync times."
UI now has a clear explanation available for empty sync fields
API responses are easier to reason about (null vs empty string)
Reduces confusion around Outlook mobile ActiveSync reporting
No functional changes to device allow/block/delete operations
Signed-off-by: fit-jv <Jaco.Venter@FocusedIT.co.uk>
Copy file name to clipboardExpand all lines: Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Reports/Invoke-ListActiveSyncDevices.ps1
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,23 @@ function Invoke-ListActiveSyncDevices {
@{ Name='syncInfoNote'; Expression= {if ($_.DeviceModel-match'Outlook'-or$_.DeviceType-eq'Outlook'-or$_.ClientType-eq'Outlook') {'Outlook for iOS and Android uses modern authentication and does not report ActiveSync sync times.'} else {$null}}},
0 commit comments