Werneragent47@gmail.com Posted June 9, 2014 Report post Posted June 9, 2014 Run this batch (By dragging it into cmd) where %1 is your PC name you want to apply the fix on. You need to stop/start the ccmexec service for it to report back. Not sure how quickly it does this but I used this below ping %1 -n 1if "%errorlevel%"=="1" goto enddel \\%1\C$\Windows\system32\grouppolicy\machine\Registry.polsc \\%1 stop ccmexecping 192.0.2.2 -n 1 -w 10000 > nulsc \\%1 start ccmexecsc \\%1 query ccmexec:end Quote Share this post Link to post Share on other sites More sharing options...
Sanjeev Kumar Posted March 30, 2021 Report post Posted March 30, 2021 Resend the state messages from the client to the MP by running the below PowerShell query. $UpdatesStore = New-Object -ComObject Microsoft.CCM.UpdatesStore $UpdatesStore.RefreshServerComplianceState() Quote Share this post Link to post Share on other sites More sharing options...