Powershell - 将参数恢复为默认值?

时间:2017-04-21 13:36:17

标签: powershell active-directory

我使用Windows Powershell的Active Directory模块运行命令:

Set-ADServiceAccount -Identity testAccount -PrincipalsAllowedToDelegateToAccount testGroup 

我实际上不希望testGroup成为PrincipalsAllowedToDelegateToAccount

有没有办法在PowerShell中恢复内容?我想将PrincipalsAllowedToDelegateToAccount设置回原来的默认值吗?

command syntax screenshot

0 个答案:

没有答案