T Tonic Mar 5, 2004 #1 Anyone know if a tool exists that will propogate/automate a logon script location in the Users Profile in AD
Anyone know if a tool exists that will propogate/automate a logon script location in the Users Profile in AD
J Johan Arwidmark Mar 5, 2004 #2 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
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
O Oli Restorick [MVP] Mar 6, 2004 #3 The TechNet script centre is fantastic http://www.microsoft.com/technet/community/scriptcenter/default.mspx ADSI Scriptomatic is cool as well, and the following page is worth a read even if you never use the tool! http://www.microsoft.com/technet/community/scriptcenter/tools/admatic.mspx Finally, this is what you're really after http://www.microsoft.com/technet/community/scriptcenter/user/scrug88.mspx Hope this helps Oli
The TechNet script centre is fantastic http://www.microsoft.com/technet/community/scriptcenter/default.mspx ADSI Scriptomatic is cool as well, and the following page is worth a read even if you never use the tool! http://www.microsoft.com/technet/community/scriptcenter/tools/admatic.mspx Finally, this is what you're really after http://www.microsoft.com/technet/community/scriptcenter/user/scrug88.mspx Hope this helps Oli