Forum Discussion
Julian12
Apr 06, 2022Brass Contributor
Intune management extension disappears from devices
Hey, I encountered a very strange issue with the Intune management extension on my custoemrs hybrid joined devies. Devices are hybrid joined successfully, synced to Azure AD, visible and compliant ...
TonsilTim
Mar 08, 2024Copper Contributor
Im am still facing an Issue here. In my situation the workstation is not hybrid joined. We have simply enrolled a workstation into Intune, We can see the contents of the C:\Program Files (x86)\Microsoft Intune Management Extension is fully populated with files and then 5 min later its empty again. Anti-virus has been completely removed.
I have tried disconnecting from MDM enrolment and re-adding it. After re-adding the device the contents of C:\Program Files (x86)\Microsoft Intune Management Extension are populated again with files and then 5 min later they are all gone. This is driving me nuts. I dont want to just format and re-load. I want to get to the root of this issue.
I have tried disconnecting from MDM enrolment and re-adding it. After re-adding the device the contents of C:\Program Files (x86)\Microsoft Intune Management Extension are populated again with files and then 5 min later they are all gone. This is driving me nuts. I dont want to just format and re-load. I want to get to the root of this issue.
DarthVador
May 03, 2024Copper Contributor
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.
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.
- replierNov 14, 2024Copper Contributor
Weird, I tested it with my autopilot device and it said it's not enrolled.
The intune management is installed.
I'll try it with the bad actors tomorrow.