Cannot Connect To Group Policy Client Service.

Page 1 of 2 12 LastLast

  1. Posts : 3
    Windows 7 Pro 32-bit
       #1

    Cannot Connect To Group Policy Client Service.


    Hello All,

    I have been receiving the following error when a normal user logs into a win7 pro 32bit computer, authenticating to a Windows Server 2003 R2 domain:

    "Windows could not connect to the Group Policy Client Service. Please consult your system administrator."

    It follows by logging them off.

    So when I log on as an administrator everything is fine except i get a bubble message stating Windows couldn't connect to the group policy service.(please see attached file, top picture)

    So my first idea was to disjoin it from the domain then rejoin it, but when i go into computer properties I get a message saying The RPC Server is unavailable.(see middle picture in attached file) It still allows me to get to the change domain menu but our domain (ISD) doesn't show up, it just says *Unknown* as the domain. (see bottom picture of attached file) It doesn't allow me to change the domain.

    The RPC Service in services.msc is started and it doesn't have an error message. What is peculiar is the service called Server is missing. Don't know how to get that back.

    Any help would be much appreciated, this is happening on several machines in our domain and I have been bashing my head trying to figure this out.

    Thank you for your time,
    Rob
    Attached Thumbnails Attached Thumbnails Cannot Connect To Group Policy Client Service.-error-all.jpg  
      My Computer


  2. Posts : 81
    windows 7 enterprise 32bit
       #2

    things usually to check when troubleshooting any problems occuring within an AD authentication/logon are DNS DNS and once more DNS. Did I mention DNS ? you could check that...

    Also you may find that it is simply a timing issue. Synchronisation differences between domain controllers themselves and also between clients and DCs can cause all manner of oddities.

    Although your indication that alls well when you logon using an admin account could indicate that it is a GPO specific issue.

    what I would suggest is logon to the machine using a local admin accout and checking out the event logs for both security and system for the times around a specific user logon. google is your friend here, just google the event id with the provider. or click the link that MS have provided in the newer versions of windows.

    this missing server service may be simply related to a GPO security setting or could be something more sinister, is the machine protected with Anti Virus and Malware ? is it upto date ?

    hope at least some of this helps...

    let us know how you get on.

    cheers

    Ant.
      My Computer


  3. Posts : 81
    windows 7 enterprise 32bit
       #3

    oh and one more thing,
    I have experienced problems similar to this after Windows update has decided to update the NIC drivers.

    you can roll those mother hubbards back !! lol.
      My Computer


  4. Posts : 3
    Windows 7 Pro 32-bit
    Thread Starter
       #4

    Thank you for your advice, I checked the dns both on the machine and the server, all is true.

    The computer account is placed in AD where the default domain policy is the only policy affecting it. The only policies I have enabled that could affect it is 'Run Logon Scripts Synchronously'(enabled) and Scripts policy processing'(enabled)

    It is av protected with all windows updates. I am going to try to uninstall the av.

    It doesn't seem to have received an update for the nic card, roll back was greyed out. I will try an update the nic card.
      My Computer


  5. Posts : 81
    windows 7 enterprise 32bit
       #5

    Failing everything else you should have some idea of where it's going wrong from the event log. you could check both AD Controllers and your client machines.

    Also to remove GPO completely from the equation you could move both user and computer objects into a newly created OU which you have "Blocked Inheritance" upon.

    again let us know about the errors in event log.
      My Computer


  6. Posts : 3
    Windows 7 Pro 32-bit
    Thread Starter
       #6

    It was the av, there were files on the machine that matched the conflickr virus. The av was designed to disable certain windows services. We were on the phone with their tech support and they gave us a new av program that worked!

    Thank you for your help!!
      My Computer


  7. Posts : 81
    windows 7 enterprise 32bit
       #7

    sweet, that's ace !!

    glad you're up and running.
      My Computer


  8. PLX
    Posts : 8
    Windows 7 64 bit
       #8

    I FOUND SOLUTION TO THIS PROBLEM!
    The crash of your computer during Windows Updates has caused that !
    I had this issue on my laptop since November, and it really bugged me. I sifted through the event log and found the pattern of events that preceded the issue, and, probably, caused it.

    In short, the pattern is as follows: Windows updates run automatically as scheduled, and when reboot is initiated after the updates are finished, the computer crashes (probably during reboot sequence). When it boots up, it reports that the last shutdown was unexpected, and the issue begins to occur.

    I spent 2 days trying to dig out a solution from the Internet, to no avail, until I came across this page. It doesn't say anything about this particular problem, but it gives more information about SVCHOST process that starts many services, including Group Policy Client. It looks like during reboot a vital registry settings were lost during crash and Group Policy Client "don't know" how to start. Let me explain:

    There are two places to look in the registry:

    1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services this path should contain gpsvc key (a folder), which is responsible for service parameters and configuration. I found that the key was intact, so, you do not touch anything here - just check that the key exists.
    2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SVCHOST This is the most important path you should look into, as it must contain the keys and values referred in the key #1. Below are descriptions what must be present there.


    • There must be Multi-String value called GPSvcGroup. My laptop was missing it. So, you should create multi-string value named GPSvcGroup and assign it value GPSvc.
    • Next, you must create a key (a folder) and name it GPSvcGroup - this key normally should be there, but, again, it was missin on my laptop.
    • Then open newly-created GPSvcGroup folder and create 2 DWORD values:


    1. First called AuthenticationCapabilities and you must give it a value of 0x00003020 (or 12320 in decimal)
    2. Second is called CoInitializeSecurityParam and it must have value of 1.

    Once you complete all steps above, reboot the computer and the problem will be fixed.
    Video walkthrough for those who are not very technical is here: "Windows cannot connect to Group Policy Client services" how to fix. - YouTube
    I am so relieved I was able to fix it, and hope this will help others with the similar issue.
      My Computer


  9. Posts : 13
    Windows 7 Ultimate x64
       #9

    PLX said:
    I FOUND SOLUTION TO THIS PROBLEM!
    It's been a year since i last logged in, i just wanted to say a big THANK YOU !

    Your solution was also valid for an friends Laptop that i just re-installed Win 7.
      My Computer


  10. Posts : 4
    Windows 7
       #10

    Window Could not connect to Group Policy Client [SOLVED]


    I received this error since 3 months ago.

    I finally was able to reach this topic and this address my issue on the nail.

    Thank you very much!!

    I was reading the svchost link refered above and I still cannot figure out how the solution came about, perhaps the good Samaritan could explain it a bit more how he was able to find all the keys and parameters related to the Group Policy Client.

    Now onto my BSOD problem...

    I have Windows 7 Ultimate and as I recall the cause was also during an Windows Update process. UNBELIEVABLE!!!

    A word of advice to current user: if your system is working fine, don't update/upgrade for no reason.
    Last edited by tiger168; 20 Feb 2013 at 12:16.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:49.
Find Us