我正在尝试将 Server 2008 Core 安装提升为新域中的域控制器。我有一个无人参与的安装文件,如下所示:
[DCINSTALL]
AutoConfigDNS=Yes
DomainNetBiosName=samlab
NewDomainDNSName=samlab.local
ReplicaOrNewDomain=Domain
NewDomain=Forest
ForestLevel=3
DomainLevel=3
SafeModeAdminPassword:P@ssw0rd1
RebootOnSuccess=Yes
我运行 DC promo 并收到一条错误消息:
The Directory Services Safe Mode password does not meet the password complexity
requirements of the password policy. Strong passwords require a combination of u
ppercase and lowercase letters, numbers, and symbols. Supply a stronger password
据我所知,我提供的密码应该满足复杂性要求,而且我尝试了很多变体,但都没有运气。有什么想法可以满足这个要求吗?
您真的在“SafeModeAdminPassword”行上有一个“:”吗?如果是这样,我想你会喜欢一个“=”。>微笑<