
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」行に「:」が本当に入っていますか? もしそうなら、代わりに「=」を入れた方がいいと思います。>smile<