views:

420

answers:

2

I'd like to know how to script this. Also, is there an out of the box GUI tool that will let me do this?

A: 

Check out Admod and this blog post

benPearce
+2  A: 

Are you referring to the CustomField attributes that exchange adds when you extend the AD Schema? If so, then you could use ADSIEdit.

If you want to make your own fields then I think your options would be extend the schema or possibly use ADAM.

I haven't used ADAM for Groups, but I think its still possible.

There are some basic scripts on accessing groups at Microsoft's Script Center.

Rob Haupt