Which two methods are commonly used to install DNS on Windows Server?

Prepare for the DSAC-11 Annex B Test. Study with our quiz featuring flashcards and multiple-choice questions, each question accompanied by hints and explanations. Get ready to excel!

Multiple Choice

Which two methods are commonly used to install DNS on Windows Server?

Explanation:
Installing DNS on Windows Server can be done in two common ways: through Server Manager using the Add Roles and Features wizard, and via PowerShell with a command like Install-WindowsFeature (or Add-WindowsFeature on older versions) specifying the DNS-Server role. Server Manager provides a graphical path to add the DNS Server role, which is convenient for manual setup. PowerShell offers a scripted approach, ideal for automation and repeatable deployments. The MMC Snap-in, DNS Manager, fits after the DNS Server role is installed. It’s used to configure DNS, create zones, and manage records, not to install the role itself. That’s why the two installation methods are Server Manager and PowerShell commands.

Installing DNS on Windows Server can be done in two common ways: through Server Manager using the Add Roles and Features wizard, and via PowerShell with a command like Install-WindowsFeature (or Add-WindowsFeature on older versions) specifying the DNS-Server role. Server Manager provides a graphical path to add the DNS Server role, which is convenient for manual setup. PowerShell offers a scripted approach, ideal for automation and repeatable deployments.

The MMC Snap-in, DNS Manager, fits after the DNS Server role is installed. It’s used to configure DNS, create zones, and manage records, not to install the role itself. That’s why the two installation methods are Server Manager and PowerShell commands.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy