服务器核心上的DCPromo – 密码复杂度

我正在尝试将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促销,并得到一个错误说:

 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”行中是否真的有“:”? 如果是这样,我想你会喜欢有一个“=”。 >微笑<