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: Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Email-Exchange/Reports/Invoke-ListActiveSyncDevices.ps1
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -12,23 +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}}},
@{ 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