Search results for query: *

  • Users: prevs
  • Content: Threads
  • Order by date
  1. P

    deleting all users from active directory

    I need help with deleting all users from active directory, that is not including the default builtin ones of course this is the code I have so far. remove all users from active directory Dim obj, oDom, strTemp, ouser On Error Resume Next oDom = GetObject("WinNT://Domain.com") For Each...
  2. P

    listbox to database

    Does anyone know how ti input information from a listbox to a access database ive been searching the net and I can only find info for database to listbox.
  3. P

    Display all users and their group membership and vice versa

    im new to programming, Ive got 2 listboxes 1 shows all the users the other all the groups. I need to select a user from listbox 1 and have their group membership show up in the other. And vice versa select a group from listbox 2 and have the members of the group show up in listbox 1. heres the...
Back
Top