Search found 3 matches

by nav007_2000
Thu May 24, 2007 6:54 pm
Forum: VBScript
Topic: How can I view OU's using adsi and asp
Replies: 3
Views: 3477

How can I view OU's using adsi and asp

Thanks for that. I will have a look at it. I can create a static drop down list in HTML, how do I make it dynamic using the code below? WorkWithObject oDomain Sub DoObject_User(strName) 'your code goes here - strName 'is a user name. If you don't care 'about users, just leave this empty.End Sub Sub ...
by nav007_2000
Thu May 24, 2007 12:47 am
Forum: VBScript
Topic: How can I view OU's using adsi and asp
Replies: 3
Views: 3477

How can I view OU's using adsi and asp

Hello all,I have created a web page that allows me to add new users to active directory. at the moment all new users go to the default ou called users. I would like to create a drop down menu that allows me to choose what OU I want to place them into. How can I create this drop down list to show all...
by nav007_2000
Thu May 24, 2007 12:47 am
Forum: VBScript
Topic: How can I view OU's using adsi and asp
Replies: 3
Views: 3477

How can I view OU's using adsi and asp

Hello all,I have created a web page that allows me to add new users to active directory. at the moment all new users go to the default ou called users. I would like to create a drop down menu that allows me to choose what OU I want to place them into. How can I create this drop down list to show all...