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


Comments

Popular posts from this blog

Scheduled task in Windows Task Scheduler - part 3

Create scheduled task in Windows Task Scheduler

Get all website entries in IIS