Micke-K / IntuneManagement

Copy, export, import, delete, document and compare policies and profiles in Intune and Azure with PowerShell script and WPF UI. Import ADMX files and registry settings with ADMX ingestion. View and edit PowerShell script.
MIT License
941 stars 170 forks source link

Error 0x87d1fde8 with the Reg Value. #207

Open Engetsu77 opened 3 months ago

Engetsu77 commented 3 months ago

Hello,

With the Reg Value functionality in Intune Tools, we have an error 0x87d1fde8 on the report page in Intune after assigning the Policy imported into Intune on the assigned device.

But strangely the registry keys made in the Reg Value feature work very well, they apply perfectly to the device.

Do you have any idea why this does this ? I know from experience that reporting in Intune is really not great

Thanks in advance

Micke-K commented 3 months ago

Hello,

Just checking in to see if you still have this. Sometimes these errors "magically" resolve themselves.

Is it on every device? What registry path is it writing to? Any special characters in the path or key?

Cheers!

Engetsu77 commented 2 months ago

Hello,

I just tested this to start : 2024-04-12 11_36_31-Intune Tools

It's working : image

But in Intune appear in error : image

Very strange, if you have an idea ?

Thank's

Micke-K commented 2 months ago

Hello,

That is remediation error. It can't verify that the value is set. No clue why that happens since the value is clearly set.

One other option is to build an admx file and import it into Intune and create a policy for it.

Rudy Ooms has a great article about it here:

https://call4cloud.nl/2022/10/memoirs-of-an-admx/

Cheers!