R
rob
I am looking for a way to retrieve information from AD. I want to have
a spreadsheet with 1 column where I can put the SAMAccountName, and
then have the script pull homeDirectory and homeMDB values from those
user accounts, dumping it into that or another spreadsheet. That way
it will be a whole lot quicker generating the info I need to put into
other, pre-built scripts that I don’t know enough to edit yet. I
have to retrieve these two values 100s of times a day and I’d much
rather do it just the once.
All of the information I have found so far is just for creating
accounts, or for pulling these bits of information for a single user
and displaying it in a web page or dialog box. I am not yet
knowledgable enough to adapt these lessons learned yet. ïŠ I also
could dump all 13K users from my OU with csvde and search for my
values, but that still take a long time to cull the excess users, much
less sort them how I need them.
Thanks in advance for any help!
Robert
a spreadsheet with 1 column where I can put the SAMAccountName, and
then have the script pull homeDirectory and homeMDB values from those
user accounts, dumping it into that or another spreadsheet. That way
it will be a whole lot quicker generating the info I need to put into
other, pre-built scripts that I don’t know enough to edit yet. I
have to retrieve these two values 100s of times a day and I’d much
rather do it just the once.
All of the information I have found so far is just for creating
accounts, or for pulling these bits of information for a single user
and displaying it in a web page or dialog box. I am not yet
knowledgable enough to adapt these lessons learned yet. ïŠ I also
could dump all 13K users from my OU with csvde and search for my
values, but that still take a long time to cull the excess users, much
less sort them how I need them.
Thanks in advance for any help!
Robert