我使用Windows Powershell的Active Directory模块运行命令:
Set-ADServiceAccount -Identity testAccount -PrincipalsAllowedToDelegateToAccount testGroup
我实际上不希望testGroup
成为PrincipalsAllowedToDelegateToAccount
。
有没有办法在PowerShell中恢复内容?我想将PrincipalsAllowedToDelegateToAccount
设置回原来的默认值吗?