Are you sure the GPO is being applied? Did you run GPRESULT on a client to verify?
Chris Bodnar, MCSE Systems Engineer Distributed Systems Service Delivery - Intel Services Guardian Life Insurance Company of America Email: [email protected] Phone: 610-807-6459 Fax: 610-807-6003 From: "Kennedy, Jim" <[email protected]> To: "NT System Admin Issues" <[email protected]> Date: 05/13/2010 09:00 AM Subject: VBS script issue Simple user script assigned to the user via GPO for logon. Calls a run and runs an exe so they authenticate to our webfilter. Domain Name has been munged. It fails to run when they login but if I just double click it as they are logged in it runs just fine. Gotta be something simple I am missing here. This is on XP SP3 workstations in a native 2008 domain. on error resume next Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "\\netbiosDomainName\netlogon\VBS\m86\authenticat.exe RA[x.x.x.x]" ----------------------------------------- This message, and any attachments to it, may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are notified that any use, dissemination, distribution, copying, or communication of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete the message and any attachments. Thank you. ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
