active-directory – dsadd给出“提供的名称不是正确形成的帐户名”.

前端之家收集整理的这篇文章主要介绍了active-directory – dsadd给出“提供的名称不是正确形成的帐户名”.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这个命令:
dsadd user "cn=testing dummy2,cn=Users,dc=domain,dc=local" -display "testing dummy2" -samid testing.dummy2@domain.local -pwd password76 -fn testing -ln dummy2 -disabled no -upn testing.dummy2@domain.local -desc testing -acctexpires 61 -mustchpwd yes

回来了:

The name provided is not a properly formed account name. type dsadd /? for help

有什么我想念的吗?

您似乎使用-samid开关将UPN传递给SAMAccountName属性.摆脱@及其后的所有内容.
原文链接:https://www.f2er.com/windows/366119.html

猜你在找的Windows相关文章