Forum Discussion
fhaddad81330
Jul 24, 2023Copper Contributor
Health state :No sensor data
Hello, I have some windows 10 PCs (around 33 PC) have Health state: No sensor data and most of them are windows 22H2 , and sense Event viewer is floading with error code 406 as below "Request fo...
- Jul 26, 2023It is a good idea to open a support ticket, they have to fix something on the cloud side. They may be able to fix all of your PCs at once that way.
jbmartin6
Jul 25, 2023Iron Contributor
We had this problem after upgrading to Windows 10 22H2. After a long wait, MS acknowledged on our ticket that this was a known issue with 22H2 upgrades. They had to do a 'token reset' to force all the machines to fully re-initialize their MDE set up. A normal onboard/offboard tries to keep the same device ID and other settings which persist in the registry. If you open a ticket with MS they may be able to force a token refresh on the affected machines. That didn't work for us, so we had to offboard the machines and then delete a few files and registry values, then onboard again.
- jbmartin6Jul 25, 2023Iron Contributor
We had to run these as System user due to higher security on the settings, this forced a full re-initialization with MDE. Each device got a new device ID, and the old device entry remained so we had a bunch of duplicate devices until the idle ones times out.
cd "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Cyber" del *.* /f /s /q REG DELETE "HKLM\SOFTWARE\Microsoft\Windows Advanced Threat Protection" /v senseGuid /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows Advanced Threat Protection" /v 7DC0B629-D7F6-4DB3-9BF7-64D5AAF50F1A /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows Advanced Threat Protection\48A68F11-7A16-4180-B32C-7F974C7BD783" /v 7DC0B629-D7F6-4DB3-9BF7-64D5AAF50F1A /f exit
- fhaddad81330Jul 26, 2023Copper ContributorHello. Thank you for your update . I will try the above solution on one of the affected PC.
Will Microsoft release an fix update for windows 10 since i have 40% of my PCs have this error "no sensor data"- jbmartin6Jul 26, 2023Iron ContributorIt is a good idea to open a support ticket, they have to fix something on the cloud side. They may be able to fix all of your PCs at once that way.