Can anyone point me to the right resource?
I am trying to hvae a web interface for maintaining Active Directory. I want
to be able to do simple functions such as changing password - listing a
user's memberships, searching,etc.

I have created *.vbs scritps before to run some tasks - just not sure how to
integrate that onto a web form

Any help will be appreciated

thanks

-JPierre

Re: Vbscript and WEB by Al

Al
Tue Nov 02 20:21:33 CST 2004


<JpMartinez@NOSPAMperutek.com> wrote in message
news:O4jEyWSwEHA.4004@tk2msftngp13.phx.gbl...
> Can anyone point me to the right resource?
> I am trying to hvae a web interface for maintaining Active Directory. I
want
> to be able to do simple functions such as changing password - listing a
> user's memberships, searching,etc.

The right resource would be one containing the information you need but do
not already have. Hard to say, there. What do you know about DHTML? HTA's?
Is the code underlying your web interface going to be server-side or
client-side?

> I have created *.vbs scritps before to run some tasks - just not sure how
to
> integrate that onto a web form

Given that you have already bitten the bullet of the "sparse" i/o model of
.vbscripting, you now have the bullet of the "plethora" of i/o possibilities
in the web model. IMHO, I think you might get more mileage out of your
existing scripts by launching them from taskpad icons in MMC with ADU&C.

> Any help will be appreciated

You're welcome; and sure to get more than the above ;-)

/Al



Re: Vbscript and WEB by Hal

Hal
Tue Nov 02 22:48:27 CST 2004


<JpMartinez@NOSPAMperutek.com> wrote in message
news:O4jEyWSwEHA.4004@tk2msftngp13.phx.gbl...
> Can anyone point me to the right resource?
> I am trying to hvae a web interface for maintaining Active Directory. I
want
> to be able to do simple functions such as changing password - listing a
> user's memberships, searching,etc.
>
> I have created *.vbs scritps before to run some tasks - just not sure how
to
> integrate that onto a web form
>
> Any help will be appreciated
>
> thanks
>
> -JPierre

Web interface implies using a Web Server
Look at ASP
www.w3schools.com
has a tutorial
you need IIS or PWS running
but the scripts can only modify files on the server -


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.781 / Virus Database: 527 - Release Date: 10/22/2004



Re: Vbscript and WEB by JpMartinez

JpMartinez
Tue Nov 09 08:13:23 CST 2004

As I am familiar with vbscript - does anyone have any examples or resources
on sammple code using web and vbscript to administer Active Directory.

I will take a look at ASP -

thanks

-Pierre

"Hal Rosser" <hmrosser@bellsouth.net> wrote in message
news:vqZhd.263591$as2.144766@bignews3.bellsouth.net...
>
> <JpMartinez@NOSPAMperutek.com> wrote in message
> news:O4jEyWSwEHA.4004@tk2msftngp13.phx.gbl...
> > Can anyone point me to the right resource?
> > I am trying to hvae a web interface for maintaining Active Directory. I
> want
> > to be able to do simple functions such as changing password - listing a
> > user's memberships, searching,etc.
> >
> > I have created *.vbs scritps before to run some tasks - just not sure
how
> to
> > integrate that onto a web form
> >
> > Any help will be appreciated
> >
> > thanks
> >
> > -JPierre
>
> Web interface implies using a Web Server
> Look at ASP
> www.w3schools.com
> has a tutorial
> you need IIS or PWS running
> but the scripts can only modify files on the server -
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.781 / Virus Database: 527 - Release Date: 10/22/2004
>
>