Thanks you to everyone whe posted a response here. I found an easy (albeit sloppy) way to get what I wanted. I am not currently comfortable with the ADSI stuff and discovered I would have to re-write the whole script to get my data.
If you find an easier way to do this, please let me know...
Tsuji -
Thank you for your response, but I am not sure what you mean. Let me try to be a little more specific about what I am trying to do.
This script looks into every OU in our AD structure and enumerates all users. It gathers information and puts it into an Excel spreadsheet.
My problem...
I am having some trouble trying to select sub OU's within an AD structure:
_________________________________
Sub GetOUs(Path)
Set OUs = GetObject("LDAP://" & Path)
OUs.Filter = Array("organizationalUnit")
For Each OU In OUs
strOUName = OU.name
strGroupDesc = OU.ou...
Help!
I just finished updating all the firmware, system BIOS, etc. with IBM server support. I need to access the RAID array to create a Ghost image of the system/boot partition.
I have tried multiple boot disk configurations with no results. Here is the one I have now:
CONFIG.SYS:
[menu]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.