powershell [在分发列表上启用AuthOrig属性] powershell命令可以编辑ADSI字段authorig #powershell #ADSI #active-d

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell [在分发列表上启用AuthOrig属性] powershell命令可以编辑ADSI字段authorig #powershell #ADSI #active-d相关的知识,希望对你有一定的参考价值。

import-module activedirectory
set-adobject "CN=CreateTestGroup,OU=OTG Distribution Group,DC=otgcorp,DC=otg" -replace @{authorig="CN=CreateTestGroup,OU=OTG Distribution Group,DC=otgcorp,DC=otg"}

以上是关于powershell [在分发列表上启用AuthOrig属性] powershell命令可以编辑ADSI字段authorig #powershell #ADSI #active-d的主要内容,如果未能解决你的问题,请参考以下文章

检查是不是通过 Powershell 远程启用了 CredSSP

powershell 在Windows 10上安装/启用IIS

Powershell 启用-TlsCipherSuite

EventHub 通过 powershell 启用防火墙

在 C# 中运行 Powershell 脚本以启用键盘过滤器

powershell远程管理服务器磁盘空间的实现代码