Powershell将组添加到所有(一个级别)OU

时间:2014-02-03 09:42:58

标签: powershell active-directory powershell-v2.0

我需要通过powershell向所有单级OU添加一个组“管理员”。 有快速命令吗?任务活跃角色是可能的。

谢谢。

我的想法是:

$test=Get-ADOrganizationalUnit -Filter 'Name -like "*"' -searchscope onelevel | FT Name | ForEach-Object{ Add-QADPermission -"$test" -Account "administrators"  -ApplyTo ChildObjects -Rights genericall}

错误消息:Add-QADPermission:帐户名称太长。

0 个答案:

没有答案