How do I add custom properties to an AD group in Windows?

巧了我就是萌 提交于 2020-02-03 12:30:07

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/202736/how-do-i-add-custom-properties-to-an-ad-group-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!