Active Directory使用Power Shell更改主文件夹路径

时间:2015-04-28 22:59:30

标签: powershell active-directory

我正在尝试更改主文件夹路径并使用电源shell为其分配一个字母。我目前在powershell中使用set-aduser来更改AD中的其他参数。你如何为它分配一个驱动器号并同时分配路径?

enter image description here

1 个答案:

答案 0 :(得分:2)

如有疑问,请阅读documentation。您要查找的-HomeDirectory参数为-HomeDriveSet-ADUser -Identity username -HomeDrive 'P:' -HomeDirectory '\\server\share\username'

type
  {$M+}
  TPerson = class(TObject)
  ....
  end;
  {$M-}