
我正在嘗試將 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」行真的有「:」嗎?如果是這樣,我想你會想要一個“=”。 >微笑<