Client won't run scripts

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I have a 1 server AD domain, with a remote office
separated as OU in the domain. In my remote office i have
1 Laptop that will not Run GP scripts(drive mapping) I
have other PC's in this office/OU that run the scripts
just fine. I have re-joined the Laptop to the Domain, with
different host names and Checked all local policies and
cannot see why it will not run the script.

I have solutions in place but it's making me nuts trying
to figure out why this 1 Laptop won't process the scripts.

Any help is appreciated, Thanks

-Dennis
 
Is the GPO even running? Use GPResult.exe (thought it
was in the ResKit but there's one in my System32 also,
so maybe some service pack added it.)

If the GPO is running, put some traces in the batch,
@echo %date% %time% >>startup.txt
@echo %date% %time% >>%userprofile%\startup.txt

Prove it's not running, the find where it is in error.

Check the obvious stuff, file is in same place as the GPO
references, .bat or .cmd extention (not some silly notepad
think like .cmd.txt, batch file runs interactively -- also try
scheduling it to see if it acts differently.)
 
Back
Top