Installing DNS server
Published on: 4th Nov 2019
Updated on: 16th Jan 2022
Explanation
Here is the command to enable the DNS service on Windows server.
Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools
Use case
- Automating the server installation.
Reference
- For more information on how to configure DNS with Powershell, please refers to the following site:
https://docs.microsoft.com/en-us/powershell/module/dnsserver/?view=winserver2012-ps
Jump to #POWERSHELL blog
Author
Lau Hon Wan, software developer.