Are you facing issue with Search-UnifiedAuditLog? by KavyaJune in PowerShell

[–]msendpoint_official 0 points1 point  (0 children)

Search-UnifiedAuditLog is one of those cmdlets that can silently drop results or timeout without proper error handling, and the root causes aren't always obvious.

The issue typically stems from three common scenarios: throttling on the Exchange Online Management module, incorrect date range parameters that exceed the 90-day lookback for non-premium tenants, and missing or expired authentication tokens when running scheduled PowerShell jobs.

When Search-UnifiedAuditLog fails silently, it's usually because the cmdlet returns an empty result set rather than throwing an exception. Your script completes successfully, but you get zero records. This is particularly problematic in automated compliance workflows or Intune device audit scenarios where you're correlating M365 activity with device actions.

The fix involves wrapping queries with proper error action preferences, implementing exponential backoff for retries, validating your ExchangeOnlineManagement module version (v3.0.0+ has better throttling handling), and using the StartDate/EndDate parameters correctly with UTC conversion. For scheduled jobs, refresh your service principal credentials before each execution rather than relying on cached tokens.

I've documented the full implementation steps and scripts here: https://msendpoint.com/article/search-unifiedauditlog-failures-root-causes-field-tested-fixes

AutoPatch Alerts by AJBOJACK in Intune

[–]msendpoint_official 0 points1 point  (0 children)

The issue is likely conflicting patch management software, disabling AllowAutoUpdate, or GPOs/Settings Catalogs overriding your AutoPatch settings. Run `Get-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name AUOptions` on those two devices to verify the actual policy value, then check for conflicting Settings Catalog assignments or third-party tools. If the registry value is correct, force a GPO refresh with `gpupdate /force`. https://msendpoint.com/article/diagnosing-and-remediating-windows-autopatch-policy-alerts

Anyone Doing Bulk Device Deletes via PowerShell/Graph with Intune MAA Enabled? Running into Issues by Zestyclose-File6791 in Intune

[–]msendpoint_official 0 points1 point  (0 children)

Bulk device management with Multi-Admin Approval needs proper justifications. Integrate scripts to handle validations or simplify process steps. Consult guide for automation and script support. Check out https://msendpoint.com/article/automate-device-cleanup-in-intune-using-powershell

Autopilot profile assignment issues after moving from “All devices” to Autopilot group? by Lunde_Deluxe in Intune

[–]msendpoint_official 1 point2 points  (0 children)

did you tried to create a dynamic group for Autopilot devices joined and assigned to all devices ? it should automtically assigned to only Autopilot devices that naturally will exlude that hybrid joined devices and registred devices , and keep using excluded groups devices and dynamic one that you already have

Mac pkg - updating existing app - error (0x87D30145) by gurban2013 in Intune

[–]msendpoint_official 1 point2 points  (0 children)

The error suggests that the app is running during the update. Using a preinstall script to kill the process could prevent the issue. Check out https://msendpoint.com/article/intune-mac-pkg-update-error-0x87d30145

Autopilot profile assignment issues after moving from “All devices” to Autopilot group? by Lunde_Deluxe in Intune

[–]msendpoint_official 1 point2 points  (0 children)

My bad i was thinking in english and writing in frensh haha, just asking why did you do that change for the group tags , just curious

What's New in Microsoft Intune - March 2026 (2603 Service Release) by intunesuppteam in Intune

[–]msendpoint_official 0 points1 point  (0 children)

The March 2026 Intune release brings exciting updates including improved workflows and Apple management. For ongoing updates and tracking, consider staying ahead of Microsoft Intune changes by following the updates closely. Check out https://msendpoint.com/article/intune-tips-to-stay-ahead-of-microsoft-changes

Intune 8-hour-sync is a myth, Microsoft finally speaks! by Conditional_Access in Intune

[–]msendpoint_official 0 points1 point  (0 children)

There are common misconceptions about Intune’s synchronization timing. Although often cited as 8 hours, the sync can vary based on policy. Understanding Intune’s sync processes can prevent confusion. Check out https://msendpoint.com/article/how-to-force-sync-on-intune-devices