Hi Stacy,
Are the user accounts using either Roaming or Mandatory profiles?
:? Can you verify that it is a "User Logon" script as opposed to a "Computer Startup" script that's at issue?
:P Have you Enabled the computer GPO setting Always wait for the network at computer startup and login setting? (Note: This setting shouldn't affect a first-time logon for a new user account on any particular device, but I'm curious. See COMMENT at bottom.)
:roll: Are you sure that the script is "not" running? Perhaps it is running but just not working correctly...at least that first time. How are you verifying that the script is literally not running?
:wink: Since this is a first time logon, I suppose it's possible that something is missing...like the affected part of the User's registry...so that the script could run all it wants, but the thing it affects is just not there yet. It's also possible that while the script is working correctly...the system just isn't "reading" the settings and so cannot display them without some kind of refresh. Is there something you could do to verify this? One possibility might be to manually make a similar change and see if the expected settings (mapped drives...printers, etc.) "pop" into place along with that new one.
:shock: Can you post a UserEnv.log file after setting up a device to run in Verbose UserEnv logging mode?
Location of Log C:\Windows\Debug\Usermode\UserEnv.log
Verbose Mode On
[code:1]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind ows NT\CurrentVersion\Winlogon]
"UserEnvDebugLevel"=dword:0003000 2[/code]
Verbose Mode Off
[code:1]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind ows NT\CurrentVersion\Winlogon]
"UserEnvDebugLevel"=dword:0000000 0[/code]
=======================================
COMMENT For a new account on a device, the local system "has" to obtain authorization/authentication for that new account and that means the system "must" wait for the network. That should mean that existing User Logon scripts "should" run, especially the first time a user logs on...after that...you might have a single Logon/Logoff/Logon cycle delay when deploying "new" user logon scripts.
=======================================


LinkBack URL
About LinkBacks
Reply With Quote
Are the user accounts using either Roaming or Mandatory profiles?