替换用户的岗位和邮箱地址
Set-ADUser -Identity hexiaozhi -Replace @{title="IT staff";mail="hexiaozhi@hxx.tt"}
设置或更改用户的经理
Set-ADUser -Identity zhangwei -Manager hexingxing
设置用户信息
删除 otherMailbox="glen.john";增加 url="fabrikam.com";替换 title="manager";清除 description
Set-ADUser -Identity hexiaoxi -Remove @{otherMailbox="glen.john"} -Add @{url="fabrikam.com"} -Replace @{title="manager"} -Clear description
友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!
0 条评论