What PowerShell cmdlet below will install the Active Directory Domain Services role?

A. Add-WindowsFeature ActiveDirectory
B. Add-WindowsFeature AD-Services
C. Add-WindowsServices AD-Domain-Services
D. Add-WindowsFeature AD-Domain-Services

Answer: D

Computer Science & Information Technology

You might also like to view...

what would be returned by the following two function calls? maximum(2, 5); maximum(2.3, 5.2);

Given the following function template template T maximum(T value1, T value2) { if (value1 >value2) { return value1; } else { return value2; } } a. 5 and a type-mismatch error. b. 5 and 5.2. c. 2 and 2.3. d. Two error messages.

Computer Science & Information Technology

When a table contains no borders, it sometimes is difficult to see the individual cells in the table. ________

Indicate whether the statement is true or false

Computer Science & Information Technology