Things that break group policy

From Pumping Station One
Revision as of 01:39, 13 October 2014 by Hef (talk | contribs) (Created page with "== Group Policy == Group policy on windows controls windows settings for the domain. It's used for the following * Determing logon rights for pc's hooked into the shopbot an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Group Policy

Group policy on windows controls windows settings for the domain.

It's used for the following

  • Determing logon rights for pc's hooked into the shopbot and laser cutter
  • setting registry keys for certains fotware licenses
  • disabling power saveing

Basic Troubleshooting

If you notice something wrong, the following command will

   gpupdate
   gpupdate /force
   gpupdate /force /sync

Time desync

If the computer's time is desynchronized from AD:

   net time /domain /set /y

and try gpupdate again

Garbage in sysvol

I don't know if this actually fixed anything, but try running the following commands as root on the Domain Controller

   samba-tool dbcheck --cross-ncs --reset-well-known-acls --fix
   samba-tool ntacl sysvolreset
   samba-tool dbcheck --cross-ncs --fix