Create Users Using IIS

  • Thread starter Thread starter Brendon Rogers
  • Start date Start date
B

Brendon Rogers

This may be more of an IIS question than a scripting question, but here
goes:

I would like to create a webpage which we can use to create users in a
Windows 2000 Active Directory domain. My intention is to offer, for example,
drop-down lists for our office locations, which the asp or .net script could
then use to create home directories on the correct server etc.

Does anybody have an example of this which I could use?

Brendon
 
This may be more of an IIS question than a scripting question, but here
goes:

I would like to create a webpage which we can use to create users in a
Windows 2000 Active Directory domain. My intention is to offer, for example,
drop-down lists for our office locations, which the asp or .net script could
then use to create home directories on the correct server etc.

Does anybody have an example of this which I could use?

You'll need to piece together what you need, but most of it should be
available here:

http://www.microsoft.com/technet/scriptcenter/Default.asp

Jeff
 
Thanks for the tips Jeff and David, I am working through the TechNet Script
Center and its certainly the clearest step-by-step guide I have come across
on Windows Scripting.
 
Back
Top