Re: Logon script does not run randomly
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Wed, 19 Oct 2005 08:45:15 +1000
"Pierrot Robert" <mcthepro_at_hotmail.com> wrote in message
news:OKAMuUB1FHA.2616@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have a Windows 2003/2000 domain with 50+ workstations with XP SP2.
>
> Ramdomly, the logon script will not run on a workstation. It happens to
> different users, different computers.
>
> If I reboot the computer, it does not run either. I have to logoff, than
> logon, and the logon script runs, until next time it refuses to run. It
> works for weeks, even months, than suddenly it happens.
>
> I checked the netlogon share of every DC and the script is there.
>
> Any ideas ?
>
> Thanks.
>
Your first step should consist of creating a reliable log file
so that you ***really*** know whether the script runs
or not. Perhaps it runs but bombs out for some reason!
Modify your script as follows:
@echo off
echo %date% %time% %UserName% >> c:\logon.txt
Next time you think that the script did not run, have a
look at c:\logon.txt.
.
- Prev by Date: security log events
- Next by Date: Re: Log on defaults to computer name
- Previous by thread: security log events
- Next by thread: Re: Logon script does not run randomly
- Index(es):
Relevant Pages
|