Setting Up Active Directory, DNS, and D..
Setting Up Active Directory, DNS, and D..
Since Windows Server 2016 Insider Build is free with full licenses, why not using it? But it’s
only available in Server Core, which means I will have to use PowerShell to do all the work. I
am setting up one that is the first server in a test environment and I need it to be the AD server
as well as DHCP. DNS will be added automatically during the AD installation.
You can use either the PowerShell cmdlets such as New-NetIPAddress and Set-
DNSClientServerAddress to make these changes or the Server Core built-in
tool sconfig.exe if you would like something easier.
Install Active Directory service
Start with
And then
Once rebooted, use DCDiag to verify the new Domain Controller and make sure the AD and
DNS services are running and sysvol and netlogon shares are properly configured.
Now let’s add a first user account using
ADD-ADGroupMember
to add the newly created user to the group you would like, such as Administrators group.
Related
Setting Up SFTP or SSH Server on Windows Server 2012 R2September 13, 2017In "Microsoft"
Install and Configure Route and Remote Access Service on Server CoreJanuary 21, 2018In "Microsoft"
How To Enable WinRM with Domain Group Policy for PowerShell RemotingJanuary 18, 2018In
"Microsoft"
Post navigation
Install and Configure Route and Remote Access Service on Server Core
Setting Up A Scheduled Batch Job That Notifies Me in Email When Finished