• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

What are several server features and roles that require the graphical shell?

Fax Server, Remote Desktop Session Host, Windows Deployment Services, and Internet Printing user interface.
Additionally, in Event Viewer, the Details view requires the graphical shell as does Windows Firewall.
What is the TCP Chimney Offload feature?
This feature enables the networking subsystem to offload the processing of a TCP/IP connection from the computer's processors to its network adapter as long as the adapter supports TCP/IP offload processing.
How do you enable TCP offloading? Check the status?
netsh int tcp set global chimney=enabled
netsh int tcp show global
What is an Organizational Unit?
An OU is a container object in AD DS which is primarily used to help with Group Policy application and delegation of permissions of other AD DS objects.
What is an LDAP Distinguished Name?
A DN is a unique database name for every AD object made up of a hierarchical sequence of relative distinguished names (RDN) connected by commas
How would you use a PowerShell command to disable the Server Graphical Shell and remove its source files from the WinSxS directory?
Uninstall–WindowsFeature Server–Gui–Shell –Remove

Once you delete the source files for a feature from the WinSxS folder, they are not irretrievably gone. If you attempt to enable that feature again, the system will download it from Windows Update or, alternatively, retrieve it from an image file you specify using the –Source flag with the Install–WindowsFeature cmdlet
Ralph recently took delivery of a new server with Windows Server 2012 Datacenter Edition already installed with the full GUI option. Ralph wants to configure the system as a web server, using the absolute minimum of hardware resources. His first step is to use Server Manager to install the Web Server (IIS) role.
With this in mind, answer the following questions:
1. What PowerShell command should Ralph use to convert the full GUI installation to Server Core?
2. What PowerShell command should Ralph use to remove the GUI installation files completely from the system?
1. Uninstall–WindowsFeature Server–Gui–Mgmt–Infra,Server–Gui–Shell –Restart
2. Uninstall–WindowsFeature Server–Gui–Mgmt–Infra,Server–Gui–Shell –Remove
Which of the following roles implement what can be classified as infrastructure services? (Choose all that apply)
A. DNS
B. Web Server (IIS)
C. DHCP
D. Remote Desktop Services
Correct answers: A and C
A. Correct: DNS is an infrastructure service.
B. Incorrect: Web Server (IIS) is an application service, not an infrastructure service.
C. Correct: DHCP is an infrastructure service.
D. Incorrect: Remote Desktop Services is an application service, not an infrastructure service.
Which of the following is a valid upgrade path to Windows Server 2012?
A. Windows Server 2003 Standard to Windows Server 2012 Standard
B. Windows Server 2008 Standard to Windows Server 2012 Standard
C. Windows Server 2008 R2 32–bit to Windows Server 2012 64–bit
D. Windows 7 Ultimate to Windows Server 2012 Essentials
Correct answer: B
A. Incorrect: You cannot upgrade any version of Windows Server 2003 Standard to Windows Server 2012 Standard.
B. Correct: You can upgrade Windows Server 2008 Standard to Windows Server 2012 Standard.
C. Incorrect: You cannot upgrade Windows Server 2008 R2 32–bit, or any 32–bit version, to Windows Server 2012 64–bit.
D. Incorrect: You cannot upgrade Windows 7 Ultimate, or any workstation operating system, to Windows Server 2012 Essentials.
Which feature must you add to a Windows Server 2012 Server Core installation to convert it to the Minimal Server Interface?
A. Graphical Management Tools and Infrastructure
B. Server Graphical Shell
C. Windows PowerShell
D. Microsoft Management Console
Correct answer: A
A. Correct: Installing the Graphical Management Tools and Infrastructure module—and only that module—on a Server Core installation results in the Minimal Server Interface.
B. Incorrect: Installing the Server Graphical Shell with the Graphical Management Tools and Infrastructure converts a Server Core installation to the full GUI.
C. Incorrect: Windows PowerShell is a command–line interface that has no effect on the Minimal Server Installation.
D. Incorrect: MMC is one of the graphical applications available in the Minimal Server Installation, but you do not install it individually