我正在尝试将 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
据我所知,我提供的密码应该符合复杂性要求,我尝试了很多变体,但都没有成功。有什么想法可以满足这个要求吗?
答案1
“SafeModeAdminPassword” 行中真的有“:”吗?如果是,我认为你应该改用“=”。>smile<