ff9c90c1ad | ||
---|---|---|
.. | ||
README.md |
README.md
01 Installing the Domain Controller
-
Use
sconfig
to:- Change the hostname
- Change the IP address to static
- Change the DNS server to our own IP address
-
Install the Active Directory Windows Feature
Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
Get-NetIPAddress
Joining the Workstation to the domain
Add-Computer -Domainname xyz.com -Credential xyz\Administrator -Force -Restart