Hi All,
OS - Windows 7 64 bit
Server - Server 2008 r2
I have recently put in a log off script using group policy (user configuration/windows settings/scripts/logoff). When on the network, the script works as it should (basically it is copying a couple files on to a local server). The problem happens when the laptop is connected to a different network, it seems like group policy has maybe cached the script on the laptop, so when logging off the laptop it is trying to find the domain to run the script, it times about after 25 to 45 seconds (you'll see a blank windows 7 background) then it'll saying 'logging off'. A few things I noted...
When I look at the event viewer for group policy, it will say 'completed logoff script for domain\user in 25 sec.'
When I run an RSOP.msc, did will not modifying the date/time for this particular script, meaning that it has not even ran the script, leading me to believe it is timing out.
When I take this script out of GP, i get my normal logoff times.
Is there a way to timeout this process? Any ideas or sugguestions are appreciated...