Web based program for account maintenance?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm hoping this is a good group to ask this.

The company I work for has upwards of 40 remote properties as well as the
corporate headquarters.

I'm looking for a web based software package that I can deploy that would
allow our managers at the properties to go to, log into and select an account
and mark it to be disabled. Then it would notify the system administration
staff so that we could take any measures necessary to get it
done.

Right now it's a paper or email process and some times the accounts don't
get deactivated as fast as I would like, but I'm sure if we had a web based
solution the managers in the field, as well as the ones at the corporate
office, would use it and then we'd be able to stay on top of it easier as
well as have an audit
trail showing what was done.

Is there anything out there like that?

Dale Leonard
 
Dale said:
I'm hoping this is a good group to ask this.

(...)

Is there anything out there like that?

I don't know if something like this is out there in WWWorld but this is
pretty simply application to write using ASP, VBS, ADSI and HTML

I have my own simple HTA app for our operators to do such tasks like
enabling accounts (ohh, I hear the voices, i it is not good to give such
power to operators to disable or enable account - tey can do this only
on specific OU)

Some examples:
Check if account is disabled
http://www.activexperts.com/activmonitor/windowsmanagement/adsi/samples/#file001.htm

List all users and some of their properties in a Windows 2000 AD domain
or Windows NT4 domain:
http://www.activexperts.com/activmonitor/windowsmanagement/adsi/samples/#file006.htm

This VBScript code will enable or disable a user:
http://www.rallenhome.com/books/adcookbook/src/06.12-enable_disable_user.vbs.txt

a lot of usefull ADSI snippets can be found here:
http://www.rallenhome.com/books/adcookbook/code.html

combining it together will let You develop Your app.
 
Thanks Tomasz,

I'm hoping to find something out there that is already done even if it means
purchasing it.
Right now we're so swamped in other stuff that we don't have time to write
up something and I want to make sure it's easy for the remote guys to use
since they aren't technical people. Not sure I want them to have the ability
to enable or disable accounts, but I definately want them to have the ability
to pull up a list of the accounts in AD, select the one they want disabled
and then mark it as such. Then the admin staff here will take care of
actually doing it or marking something as approved so the system can do it.
 
Back
Top