Jump to content


techgurl

Endpoint Client install statusnot updating to server

Recommended Posts

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 1
if "%errorlevel%"=="1" goto end
del \\%1\C$\Windows\system32\grouppolicy\machine\Registry.pol
sc \\%1 stop ccmexec
ping 192.0.2.2 -n 1 -w 10000 > nul
sc \\%1 start ccmexec
sc \\%1 query ccmexec
:end

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.