Ramblings:
Update 12/29/2009: So i woke up this morning, checked the analytics for engineering and somebody form Channai India decided to directly link to us (wow - we have one bookmark, or maybe they just remembered the url). Congrats! We like India, they have cool technology!!! ![]()
Very useful script, especially if you need to use adsi to quickly grab the members of a particular domain group and don't want to hardcode an existing script. To run simply key in cscript domaingroupusers.vbs "domaingroup" "domainname"
The best way to use this nifty script would be to just copy the entire script in the text area below, then plop it into your favorite ide (crimson editor) and save it as which ever filename you choose. In this case, we selected domaingroupusers.vbs. Now that I look at it, we could probably have added a little more documentation as with anything we do here in technology. Nevertheless, the script is fairly elementary, but nonetheless its seemingly difficult to find easy examples. Especially ones that you can comment out or cut out the stuff you don’t need. It may also be good to do a little editing and make this thing output comma delimited strings for later use in excel or something like that.
Question for the masses, how are you all displaying your code on your websites? Drupal has some nifty context highlighters, but all of which seem to create super messy html that is hard to cut and paste. One would be more inclined to use
| Attachment | Size |
|---|---|
| listdomaingroupusers.txt | 2.29 KB |