Does a Tool Exist

  • Thread starter Thread starter Tonic
  • Start date Start date
T

Tonic

Anyone know if a tool exists that will propogate/automate
a logon script location in the Users Profile in AD
 
Active Directory Users and Computers (version 2003) running from a
Windows XP Client.

Or a script...

*******************

Set ou = Getobject("LDAP://ou=sales,dc=lcab,dc=net")

For each obj in ou

obj.scriptpath = "logon.cmd"
obj.setinfo

Next

************************

Or assign login script via a Group Policy

HOW TO: Assign Scripts in Windows 2000
http://support.microsoft.com/?id=322241


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top