![]() |
![]() |
|
|
Have a network of about 25 workstations and today I added 5 workstations. None of these new workstations will run the logon scripts. I can manually map drives without a |
![]() |
|
|
#1 | ||
|
Guest
Posts: n/a
|
Have a network of about 25 workstations and today I added 5 workstations.
None of these new workstations will run the logon scripts. I can manually map drives without a problem. I can browse out to the NETLOGON folder and run the script without a problem. I can logon to any of the other existing workstations as the same users I'm logging onto the new workstations as and the script runs without issue. The machines joined the domain without a problem. This is baffling the hell out of me. |
||
|
|
|
#2 | ||
|
Guest
Posts: n/a
|
BTW... there is only one DC.
"Absolutely" <abs@spam.never> wrote in message news:OWbHsZVYIHA.4448@TK2MSFTNGP03.phx.gbl... > Have a network of about 25 workstations and today I added 5 workstations. > None of these new workstations will run the logon scripts. I can manually > map drives without a problem. I can browse out to the NETLOGON folder and > run the script without a problem. I can logon to any of the other > existing workstations as the same users I'm logging onto the new > workstations as and the script runs without issue. The machines joined > the domain without a problem. This is baffling the hell out of me. > > |
||
|
| Sponsored Links |
|
|
#3 | ||
|
Guest
Posts: n/a
|
"Absolutely" <abs@spam.never> wrote in message news:uo0DFiVYIHA.3652@TK2MSFTNGP02.phx.gbl... > BTW... there is only one DC. > > "Absolutely" <abs@spam.never> wrote in message > news:OWbHsZVYIHA.4448@TK2MSFTNGP03.phx.gbl... >> Have a network of about 25 workstations and today I added 5 workstations. >> None of these new workstations will run the logon scripts. I can >> manually map drives without a problem. I can browse out to the NETLOGON >> folder and run the script without a problem. I can logon to any of the >> other existing workstations as the same users I'm logging onto the new >> workstations as and the script runs without issue. The machines joined >> the domain without a problem. This is baffling the hell out of me. >> >> How do you know that the logon script does not run? Modify it by adding the line below to the very top, test it and post it here. What can you see in c:\test.txt? @echo off echo %date% %time% %UserName% >> c:\test.txt |
||
|
|
|
#4 | ||
|
Guest
Posts: n/a
|
It wasn't running. I'm an idiot. Drugs after surgery are messing up my
thinking. I went back after I'd given it a rest and found that I was specifying the script in the profile box, which explains another weird event I was witnessing. I must have looked at that a hundred times and 4 hours later it was as plain as day what I had done. Guess I know now why they say I shouldn't play with dangerous stuff while taking these things. ![]() "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message news:%23$0RKlZYIHA.4880@TK2MSFTNGP03.phx.gbl... > > "Absolutely" <abs@spam.never> wrote in message > news:uo0DFiVYIHA.3652@TK2MSFTNGP02.phx.gbl... >> BTW... there is only one DC. >> >> "Absolutely" <abs@spam.never> wrote in message >> news:OWbHsZVYIHA.4448@TK2MSFTNGP03.phx.gbl... >>> Have a network of about 25 workstations and today I added 5 >>> workstations. None of these new workstations will run the logon scripts. >>> I can manually map drives without a problem. I can browse out to the >>> NETLOGON folder and run the script without a problem. I can logon to >>> any of the other existing workstations as the same users I'm logging >>> onto the new workstations as and the script runs without issue. The >>> machines joined the domain without a problem. This is baffling the hell >>> out of me. >>> >>> > > How do you know that the logon script does not run? Modify > it by adding the line below to the very top, test it and post it here. > What can you see in c:\test.txt? > > @echo off > echo %date% %time% %UserName% >> c:\test.txt > |
||
|
|
|
#5 | ||
|
Guest
Posts: n/a
|
Thanks for the feedback. Mind you, I'm still puzzled.
You reported that the logon script does not run for five new ***workstations***, and then you fixed the problem in the ***accounts*** profile. Perhaps you added not only some workstations but some accounts too . . . "Absolutely" <abs@spam.never> wrote in message news:ub6FRNaYIHA.3556@TK2MSFTNGP02.phx.gbl... > It wasn't running. I'm an idiot. Drugs after surgery are messing up my > thinking. I went back after I'd given it a rest and found that I was > specifying the script in the profile box, which explains another weird > event I was witnessing. I must have looked at that a hundred times and 4 > hours later it was as plain as day what I had done. Guess I know now why > they say I shouldn't play with dangerous stuff while taking these things. > ![]() > > > > > > "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message > news:%23$0RKlZYIHA.4880@TK2MSFTNGP03.phx.gbl... >> >> "Absolutely" <abs@spam.never> wrote in message >> news:uo0DFiVYIHA.3652@TK2MSFTNGP02.phx.gbl... >>> BTW... there is only one DC. >>> >>> "Absolutely" <abs@spam.never> wrote in message >>> news:OWbHsZVYIHA.4448@TK2MSFTNGP03.phx.gbl... >>>> Have a network of about 25 workstations and today I added 5 >>>> workstations. None of these new workstations will run the logon >>>> scripts. I can manually map drives without a problem. I can browse out >>>> to the NETLOGON folder and run the script without a problem. I can >>>> logon to any of the other existing workstations as the same users I'm >>>> logging onto the new workstations as and the script runs without issue. >>>> The machines joined the domain without a problem. This is baffling the >>>> hell out of me. >>>> >>>> >> >> How do you know that the logon script does not run? Modify >> it by adding the line below to the very top, test it and post it here. >> What can you see in c:\test.txt? >> >> @echo off >> echo %date% %time% %UserName% >> c:\test.txt >> > > |
||
|
|
|
#6 | ||
|
Guest
Posts: n/a
|
Yea, accounts too. Sorry.
"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message news:OhcRvEbYIHA.6140@TK2MSFTNGP02.phx.gbl... > Thanks for the feedback. Mind you, I'm still puzzled. > You reported that the logon script does not run for five > new ***workstations***, and then you fixed the problem > in the ***accounts*** profile. Perhaps you added not > only some workstations but some accounts too . . . > > > "Absolutely" <abs@spam.never> wrote in message > news:ub6FRNaYIHA.3556@TK2MSFTNGP02.phx.gbl... >> It wasn't running. I'm an idiot. Drugs after surgery are messing up my >> thinking. I went back after I'd given it a rest and found that I was >> specifying the script in the profile box, which explains another weird >> event I was witnessing. I must have looked at that a hundred times and 4 >> hours later it was as plain as day what I had done. Guess I know now why >> they say I shouldn't play with dangerous stuff while taking these things. >> ![]() >> >> >> >> >> >> "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message >> news:%23$0RKlZYIHA.4880@TK2MSFTNGP03.phx.gbl... >>> >>> "Absolutely" <abs@spam.never> wrote in message >>> news:uo0DFiVYIHA.3652@TK2MSFTNGP02.phx.gbl... >>>> BTW... there is only one DC. >>>> >>>> "Absolutely" <abs@spam.never> wrote in message >>>> news:OWbHsZVYIHA.4448@TK2MSFTNGP03.phx.gbl... >>>>> Have a network of about 25 workstations and today I added 5 >>>>> workstations. None of these new workstations will run the logon >>>>> scripts. I can manually map drives without a problem. I can browse >>>>> out to the NETLOGON folder and run the script without a problem. I >>>>> can logon to any of the other existing workstations as the same users >>>>> I'm logging onto the new workstations as and the script runs without >>>>> issue. The machines joined the domain without a problem. This is >>>>> baffling the hell out of me. >>>>> >>>>> >>> >>> How do you know that the logon script does not run? Modify >>> it by adding the line below to the very top, test it and post it here. >>> What can you see in c:\test.txt? >>> >>> @echo off >>> echo %date% %time% %UserName% >> c:\test.txt >>> >> >> > > |
||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logon Script | Anna | Windows 2003 Server | 1 | 01-23-2008 05:25 AM |
| Logon Script | Eldingo | Windows XP | 3 | 11-27-2007 04:11 PM |
| Disabling a GPO logon Script | Alex Anderson | Windows NT Server | 8 | 07-26-2007 07:50 AM |
| Logon Script issue | Dale K | Windows Vista | 2 | 07-24-2007 10:19 AM |
| Logon script | 2Tian | Windows XP | 1 | 07-12-2007 04:47 PM |