gpt4 book ai didi

powershell - 如何在Active Directory组中填写Notes属性?

转载 作者:行者123 更新时间:2023-12-03 01:27:49 24 4
gpt4 key购买 nike

我想填写Active Directory组的注释。我查看了Microsoft Docs,并编写了这段代码;

Set-ADGroup -Identity "CN=XXX,OU=XXX,DC=XXX,DC=local" -Info "HELLO"

但是,出现错误,Microsoft Docs告诉我们Notes等于AD中的Info Attributes。请帮我 :)

enter image description here

最佳答案

试试这个:

Set-ADGroup -Identity "CN=XXX,OU=XXX,DC=XXX,DC=local" -Replace @{info="HELLO"}

-Info在这里不起作用,因为它与通用参数匹配。

关于powershell - 如何在Active Directory组中填写Notes属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60738015/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com