An administrator has decided they should remove the DNS Server role from a server. What PowerShell cmdlet should the administrator use?

A. Uninstall-WindowsGUI
B. Uninstall-WindowsFeature
C. Remove-WindowsGUI
D. Remove-WindowsFeature


Answer: B

Computer Science & Information Technology

You might also like to view...

A mistake that is a direct violation of the syntax rules will generate a compiler ________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Given the following method header, which of these method calls is incorrect?

``` public void displayValue(int x, int y); ``` a. displayValue(a, b); // where a is a short and b is a byte b. displayValue(a, b); // where a is an int and b is a byte c. displayValue(a, b); // where a is a short and b is a long d. All of these would give an error.

Computer Science & Information Technology

Overloading and recursion look similar. Both situations call functions with the same name. Explain the difference.

What will be an ideal response?

Computer Science & Information Technology

Which language is NOT supported for development on Windows Phone 7?

A. C B. Javascript C. C# D. Visual Basic

Computer Science & Information Technology