Install-ADDSForest

Install-ADDSForest

ActiveDirectoryをセットアップするコマンド。
あらかじめ、以下でActiveDirectoryドメインサービスをインストールしておく必要がある。
Install-WindowsFeature AD-Domain-Services,GPMC -IncludeManagementTools

設定値

項目 設定値
ドメイン名 vamdemic.co.local
フォレストの機能レベル WindowsServer2016
ドメインの機能レベル WindowsServer2016
AD管理パスワード !QAZxsw2
DNSインストール 有り
データベースパス C:\Windows\NTDS
ログパス C:\Windows\NTDS
SYSVOLパス C:\Windows\SYSVOL

ActiveDirectoryのインストール

$pass = ConvertTo-SecureString -AsPlainText "!QAZxsw2" -Force
Install-ADDSForest -DomainName vamdemic.co.local -ForestMode Default -DomainMode Default -InstallDns:$true -CreateDnsDelegation:$false -DomainNetbiosName VAMDEMIC -DatabasePath C:\Windows\NTDS -LogPath C:\windows\NTDS -SysvolPath C:\windows\sysvol -NoRebootOnCompletion:$false -Force:$true -SafeModeAdministratorPassword $pass

投稿日:2019年7月22日 更新日:

執筆者: