简体   繁体   English

如何在Windows中向AD组添加自定义属性?

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

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? 此外,是否有一个开箱即用的GUI工具,让我这样做?

Are you referring to the CustomField attributes that exchange adds when you extend the AD Schema? 您是指在扩展AD架构时交换添加的CustomField属性吗? If so, then you could use ADSIEdit . 如果是这样,那么你可以使用ADSIEdit

If you want to make your own fields then I think your options would be extend the schema or possibly use ADAM. 如果您想创建自己的字段,那么我认为您的选项将扩展架构或可能使用ADAM。

I haven't used ADAM for Groups, but I think its still possible. 我没有使用ADAM for Groups,但我认为它仍然可行。

There are some basic scripts on accessing groups at Microsoft's Script Center . Microsoft脚本中心访问组时有一些基本脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何向现有的自定义 object 添加新属性并向 Powershell 中新添加的属性添加值? - How do I add new properties to an existing custom object and add values to the newly added properties in Powershell? 如何制作自定义Windows服务? - How do I make a custom windows service? 您如何将Java UI应用程序作为Windows的组自定义用户界面运行(可能使用组策略)? - How do you run a Java UI application as a Group Custom User Inteface for windows (Possibly using Group Policies)? 如何使用windows api在Windows中创建自定义动画? - How do I create a custom animation in windows using the windows api? 如何显示自定义窗体Windows工作流自定义活动 - how do I display a custom form windows workflow custom activity 如何在Windows上的Perl中获取用户和组信息? - How do I get user and group information in Perl on Windows? Windows Server AD 2022 - 使用 PowerShell 通过 GPO 将域用户添加到本地组“远程桌面用户” - Windows Server AD 2022 - Add a domain user to the local group "Remote Desktop Users" via GPO using PowerShell 如何在Windows 8中添加自定义视图 - How to add a custom view in Windows 8 如何在Windows(8.1)中将自定义应用程序注册为Web浏览器? - How do I register a custom application as a Web Browser in Windows (8.1)? 如何向Windows服务发送自定义消息? - how do i send a custom message to a windows service?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM