
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
내가 아는 한 내가 제공한 비밀번호는 복잡성 요구 사항을 충족해야 하며 많은 변형을 시도했지만 운이 없었습니다. 이 요구 사항을 충족하는 것이 무엇인지에 대해 생각하십니까?
답변1
"SafeModeAdminPassword" 줄에 정말 ":"가 있나요? 그렇다면 대신 "="를 사용하는 것이 좋을 것 같습니다. >미소<