User Profile
DarthVador
Copper Contributor
Joined Aug 18, 2023
User Widgets
Recent Discussions
Re: non owner mailbox access report
I have contact Microsoft support regarding this missing options in the new Admin console and they've told me that it moved to the compliance center/Purview but couldn't showed me exactly where, so they recommended to use ExchangeOnline PowerShell command Search-MailboxAuditLog. https://learn.microsoft.com/fr-fr/powershell/module/exchange/search-mailboxauditlog?view=exchange-ps Here is an example: Search-MailboxAuditLog email address removed for privacy reasons -StartDate "xx/xx/2024" -EndDate "xx/xx/2024" -ShowDetails I usually add a | Out-GridHtml at the end to make it more readable.3.9KViews0likes0CommentsRe: Intune management extension disappears from devices
You can try this PS module, it saved me several time https://www.powershellgallery.com/packages/intunesyncdebugtool/1.0.0.19. If you are on the same network and enabled PS remoting on the targeted device, you can install that module and run it remotely using Enter-PSsession command. Install command : Install-Module -Name intunesyncdebugtool Once installed run : test-intunesyncerrors This should tell you where the problem is but will also try to re-enroll the device properly. Hope that helps.9.3KViews0likes1CommentRe: Intune management extension disappears from devices
Thanks Julian. That's very odd, because this is exactly how it's configured on our end, using user's credential option and the few machines that have this problem haven't been enrolled during the Autopilot process. I'm going to dive deeper in the logs as so far, nothing was really helpful but I will share my findings on that post.14KViews0likes1CommentRe: Intune management extension disappears from devices
Hi, Do we have a resolution for that? I'm experiencing the same issue. I did installed the agent manually, the service appears for 5 minutes and then got removed. I have several devices like that, but the strange things is that they appears in Intune and get receive configuration profiles, however the script to retrieve the Bitlocker recovery key are not running because of that. We don't have SCCM either here. Thank you.14KViews0likes3Comments
Recent Blog Articles
No content to show