70-417 Exam - Upgrading Your Skills to MCSA Windows Server 2012

certleader.com

Q1. You perform a Server Core Installation of Windows Server 2012 R2 on a server named Server1. 

You need to add a graphical user interface (GUI) to Server1. 

Which tool should you use? 

A. The setup.exe command 

B. The imagex.exe command 

C. The Install-RoleServicecmdlet 

D. The Add-WindowsFeaturecmdlet 

Answer:

Explanation: 

From the MSPress book "Upgrading your skills to MCSA Windows Server 2012 R2" Converting a server with a GUI to or from Server Core You can switch between a Server Core installation and full installation in Windows Server 2012 R2 because the difference between these installation options is contained in two specific Windows features that can be added or removed. The first feature, Graphical Management Tools and Infrastructure (Server- Gui-Mgmt-Infra), provides a minimal server interface and server management tools such as Server Manager and the Microsoft Management Console (MMC). The second feature, Server Graphical Shell (Server-Gui-Shell), is dependent on the first feature and provides the rest of the GUI experience, including Windows Explorer. In Figure 1-9, you can see these two features in the Add Roles And Features Wizard, on the Select Features page, beneath User Interfaces And Infrastructure. To convert a full installation to a Server Core installation, just remove these two features in Server Manager. Note that removing the first feature will automatically remove the second, dependent feature. [...] You can also remove these graphical interface features in Windows PowerShell. If you have deployed a full installation of Windows Server 2012 R2 and want to convert it to a Server Core installation, run the following Windows PowerShell command: Uninstall-WindowsFeature Server-GUI-MgmtiInfra -restart Remember that you only need to specify Server-Gui-Mgmt-Infra for removal to remove both this feature and Server-Gui-Shell. Once the graphical management tools and graphical shell have been removed, the server restarts. When you log back on, you are presented with the Server Core user interface. 

The process can be reversed by replacing both features. You can do this from a remote server by using the Add Roles And Features Wizard in Server Manager. You can also do it locally by running the following Windows PowerShell command: Install-WindowsFeature Server-Gui-Shell estart Note that when you install these two features from Windows PowerShell, you must specify them both. 

To configure Minimal Server Interface, you can either start with a Server Core installation and add Graphical Management Tools and Infrastructure or start with a Server with a GUI and remove Server Graphical Shell. 

The Graphical Management Tools and Infrastructure feature includes Server Manager and some other basic administrative tools, but it does notinclude (i.e among tohers) Windows Explorer. NB: http://technet.microsoft.com/en-us/library/jj205467.aspx Install-WindowsFeature Installs one or more Windows Server roles, role services, or features on either the local or a specified remote server that is running Windows Server 2012 R2. 

This cmdlet is equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role services, and features in Windows Server 2008 R2.http://blogs.technet.com/b/yungchou/archive/2012/07/18/windows-server-2012-installationoptions.aspx 

Minimal Server Interface This is new. In Windows Server 2012 R2, with a Server with GUI installation one can remove the Server Graphical Shell (which provides full GUI for server) to set a full server installation with the so-called Minimal Server Interface option with the following PowerShell comlet. Unstall-WindowsFeature Server-Gui-Shell estart. This basically provides a Server with GUI, but without installing Internet Explorer 10, Windows Explorer, the desktop, and the Start screen. Additionally, Microsoft Management Console (MMC), Server Manager, and a subset of Control Panel are still in place. Minimal Server Interface requires 4 GB more disk space than Server Core alone 

Q2. OTSPOT 

Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2012 R2. 

From Server2, you attempt to connect to Server1 by using Computer Management and you receive the following error message: "Computer \\Server1 cannot be found. The network path was not found. " 

From Server1, you successfully connect to Server2 by using Server Manager. 

You need to ensure that you can manage Server1 remotely from Server2 by using Computer Management. 

What should you configure? 

To answer, select the appropriate option in the answer area. 

Answer:  

Q3. Your network contains an Active Directory forest named contoso.com. 

The forest contains two domains named contoso.com and childl.contoso.com. 

The domains contain three domain controllers. 

The domain controllers are configured as shown in the following table. 

You need to ensure that the KDC support for claims, compound authentication, and 

Kerberos armoring setting is enforced in both domains. 

Which two actions should you perform? (Each correct answer presents part of the solution. 

Choose two.) 

A. Raise the domain functional level of contoso.com. 

B. Raise the domain functional level ofchildl.contoso.com 

C. Raise the forest functional level of contoso.com 

D. Upgrade DC11 to Windows Server 2012 R2 

E. Upgrade DC1 to Windows Server 2012 R2 

Answer: A,E 

Q4. You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. On Server1, you create a virtual machine named VM1. VM1 has a legacy network adapter. You need to assign a specific amount of available network bandwidth to VM1. What should you do first? 

A. Add a second legacy network adapter, and then run the Set-VMNetworkAdaptercmdlet 

B. Add a second legacy network adapter, and then configure network adapter teaming. 

C. Remove the legacy network adapter, and then run the Set-VMNetworkAdaptercmdlet. 

D. Remove the legacy network adapter, and then add a network adapter. 

Answer:

Explanation: 

Explanation Add a New network adapter because the legacy network adapter doesn’t support bandwidth management. http://technet.microsoft.com/en-us/library/hh848457(v=wps.620).aspx 

Q5. OTSPOT 

Your network contains an Active Directory domain named contoso.com. 

You have several Windows PowerShell scripts that execute when client computers start. 

When a client computer starts, you discover that it takes a long time before users are 

prompted to log on. 

You need to reduce the amount of time it takes for the client computers to start. The 

solution must not prevent scripts from completing successfully. 

Which setting should you configure? 

To answer, select the appropriate setting in the answer area. 

Answer:  

Q6. RAG DROP 

Your network contains an Active Directory domain named contoso.com. The domain contains a file server named File1. All servers in the domain run Windows Server 2012 R2. 

You need to create a new volume on File1. 

The new volume must have the following configurations: 

Have the drive letter T 

Have the FAT32 file system 

Be stored on a new virtual hard disk 

In which order should you run the Diskpart commands? 

To answer, move all the Diskpart commands from the list of commands to the answer area and arrange them in the correct order. 

... 

Answer:  

Q7. Your network contains a server named Server1 that runs Windows Server 2012 R2. Server1 has the Active Directory Certificate Services server role installed and is configured as a standalone certification authority (CA). 

You install a second server named Server2. You install the Online Responder role service on Server2. 

You need to ensure that Server1 can issue an Online Certificate Status Protocol (OCSP) Response Signing certificate to Server2. 

What should you run on Server1? 

A. The certreq.exe command and specify the -policy parameter 

B. The certutil.exe command and specify the -getkey parameter 

C. The certutil.exe command and specify the -setreg parameter 

D. The certreq.exe command and specify the -retrieve parameter 

Answer:

Q8. Which one of the following groups has permission to shut down a domain controller? 

A. Backup Operators 

B. All of these 

C. Print Operators D. Server Operators 

Answer:

Explanation: 

Below is a screenshot of the default settings 

Q9. RAG DROP 

You have a server that runs Windows Server 2012 R2. 

You need to create a volume that will remain online if two disks in the volume fail. The solution must minimize the number of disks used to create the volume. 

Which three actions should you perform in sequence? (To answer, move the appropriate three actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer:  

78. Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2. All servers run Windows Server 2012 R2. Server1 and Server2 have the Failover Clustering feature installed. The servers are configured as nodes in a failover cluster named Cluster1. 

You add two additional nodes to Cluster1. You need to ensure that Cluster1 stops running if three nodes fail. 

What should you configure? 

A. Affinity None 

B. Affinity Single 

C. The cluster quorum settings 

D. The failover settings 

E. A file server for general use 

F. The Handling priority 

G. The host priority 

H. Live migration 

I. The possible owner 

J. The preferred owner 

K. Quick migration 

L. The Scale-Out File Server 

Q10. You have a server named FS1 that runs Windows Server 2012 R2. 

You install the File and Storage Services server role on FS1. 

From Windows Explorer, you view the properties of a shared folder named Share1 and you 

discover that the Classification tab is missing. 

You need to ensure that you can assign classifications to Share1 from Windows Explorer manually. 

What should you do? 

A. Install the Enhanced Storage feature. 

B. From Folder Options, clear Use Sharing Wizard (Recommend). 

C. Install the File Server Resource Manager role service. 

D. From Folder Options, select Show hidden files, folders, and drives. 

Answer: