Hello Everyone,
I’m using the USERADMIN.PL resource kit tool to build accounts in my Win2K active directory domain. I’m creating an application that generates an XML file that is imported by USERADMIN.PL. I have two questions:
1. Is there away to specify the OU the user will belong to? The default behavior of the XML file is to dump everyone in the “Users” OU. Not good here. This puts me into the position of having to manually relocate everyone. GROUPADMIN.PL has an option to specify OU (container) in this line:
Is there a similar option for USERADMIN.PL? Has anyone hacked (excuse me, modified) USERADMIN.PL to allow it to specify an OU?
2. Is there a way to force USERADMIN.PL run as the currently logged in user? When I create the XML file I really HATE having to put a administrative login and password in the text of the file. I would much rather execute a scheduled task with admin privileges and have
that run USERADMIN.PL.
Thank you…