我正在尝试将Server2008Core安装提升为一个新域中的域控制器。我有一个无人值守的安装文件,如下所示:
[DCINSTALL]
AutoConfigDNS=Yes
DomainNetBiosName=samlab
NewDomainDNSName=samlab.local
ReplicaOrNewDomain=Domain
NewDomain=Forest
ForestLevel=3
DomainLevel=3
SafeModeAdminPassword:P@ssw0rd1
RebootOnSuccess=Yes我运行DC广告,并得到一个错误,上面说:
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据我所知,我提供的密码应该能够满足复杂性要求,而且我尝试了很多变体,但都没有成功。对于怎样才能满足这一要求,有什么想法吗?
发布于 2009-07-15 12:01:53
你真的有一个":“在"SafeModeAdminPassword”线上吗?如果是这样的话,我想你应该用"=“代替。>smile<
https://serverfault.com/questions/40991
复制相似问题