Enabling DNS service in Windows server
To reduce the mouse clicking on the user interface and avoiding activating the wrong service, we will use Powershell command. With Powershell, it reduces the need of training the new support guy on all the details on where to click the feature.
Here is the command to enable the DNS service in Windows server.
Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools
Here is the command to enable the DNS service in Windows server.
Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeManagementTools
Comments
Post a Comment