Q201. - (Topic 3) 

You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers in the Contoso.com domain have Windows Server 2012 R2 installed, while domain controllers have Windows Server 2008 R2 installed. 

You are then tasked with deploying a new Windows Server 2012 R2 domain controller. You are preparing to install the DNS Server role, and enable the global catalog server option. 

Which of the following actions should you take? 

A. You should consider making use of Server Manager. 

B. You should consider making use of the Active Directory Installation Wizard. 

C. You should consider making use of the DHCP Installation Wizard 

D. You should consider making use of TS Manager 

Answer:


Q202. - (Topic 1) 

You have a server named Server1 that runs Windows Server 2012 R2. You need to create a script that will create and mount a virtual hard disk. Which tool should you use? 

A. diskpart.exe 

B. vdsldr.exe 

C. fsutil.exe 

D. vds.exe 

Answer:


Q203. - (Topic 3) 

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

An organizational unit (OU) named OU1 contains the user accounts and the computer accounts for laptops and desktop computers. A Group Policy object (GPO) named GP1 is linked to OU1. You need to ensure that the configuration settings in GP1 are applied only to the laptops in OU1. The solution must ensure that GP1 is applied automatically to new laptops that are added to OU1. 

What should you do? 

A. Modify the GPO Status of GP1. 

B. Configure the WMI Filter of GP1. 

C. Modify the security settings of GP1. 

D. Modify the security settings of OU1. 

Answer:


Q204. - (Topic 3) 

Your network contains two Active Directory forests named contoso.com and adatum.com. All servers run Windows Server 2012 R2. A one-way external trust exists between contoso.com and adatum.com. 

Adatum.com contains a universal group named Group1. You need to prevent Group1 from being used to provide access to the resources in contoso.com. 

What should you do? 

A. Change the scope of Group1 to domain local. 

B. Modify the Allowed to Authenticate permissions in adatum.com. 

C. Enable SID quarantine on the trust between contoso.com and adatum.com. 

D. Modify the Allowed to Authenticate permissions in contoso.com. 

Answer:

Explanation: 

* Accounts that require access to the customer Active Directory will be granted a special right called Allowed to Authenticate. This right is then applied to computer objects (Active Directory domain controllers and AD RMS servers) within the customer Active Directory to which the account needs access. 

* For users in a trusted Windows Server 2008 or Windows Server 2003 domain or forest to be able to access resources in a trusting Windows Server 2008 or Windows Server 2003 domain or forest where the trust authentication setting has been set to selective authentication, each user must be explicitly granted the Allowed to Authenticate permission on the security descriptor of the computer objects (resource computers) that reside in the trusting domain or forest. 


Q205. - (Topic 3) 

You work as a senior administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers on the Contoso.com network have Windows Server 2012 R2 installed. 

You are running a training exercise for junior administrators. You are currently discussing the new VHD format called VHDX. 

Which of the following is TRUE with regards to VHDX? (Choose all that apply.) 

A. It supports virtual hard disk storage capacity of up to 64 GB. 

B. It supports virtual hard disk storage capacity of up to 64 TB. 

C. It does not provide protection against data corruption during power failures. 

D. It has the ability to store custom metadata about the file that the user might want to record. 

Answer: B,D 

Explanation: 

The main new features of the VHDX format are: Support for virtual hard disk storage capacity of up to 64 TB. Protection against data corruption during power failures by logging updates to the VHDX metadata structures. Improved alignment of the virtual hard disk format to work well on large sector disks. The VHDX format also provides the following features: Larger block sizes for dynamic and differencing disks, which allows these disks to attune to the needs of the workload. A 4-KB logical sector virtual disk that allows for increased performance when used by applications and workloads that are designed for 4-KB sectors. The ability to store custom metadata about the file that the user might want to record, such as operating system version or patches applied. Efficiency in representing data (also known as “trim”), which results in smaller file size and allows the underlying physical storage device to reclaim unused space. (Trim requires physical disks directly attached to a virtual machine or SCSI disks, and trim-compatible hardware). VHDX Format – Features and Benefits VHDX format features provide features at the virtual hard disk as well as virtual hard disk file layers and is optimized to work well with modern storage hardware configurations and capabilities. At the virtual hard disk layer, benefits include the ability to represent a large virtual disk size up to 64 TB, support larger logical sector sizes for a virtual disk up to 4 KB that facilitates the conversion of 4 KB sector physical disks to virtual disks, and support large block sizes for a virtual disk up to 256 MB that enables tuning block size to match the IO patterns of the application or system for optimal performance. At the virtual hard disk file layer, the benefits include the use of a log to ensure resiliency of the VHDX file to corruptions from system power failure events and a mechanism that allows for small pieces of user generated data to be transported along with the VHDX file. On modern storage platforms, the benefits include optimal performance on host disks that have physical sector sizes larger than 512 bytes through improved data alignment and capability to use the information from the UNMAP command, sent by the application or system using the virtual hard disk, to optimize the size of the VHDX file. The format is designed so that additional features could be introduced in the future by Microsoft or extended by other parser implementations. The format provides parsers the ability to detect features in a VHDX file that a parser does not understand. 


Q206. - (Topic 3) 

You work as an administrator at Contoso.com. The Contoso.com network consists of a single domain named Contoso.com. All servers on the Contoso.com network have Windows Server 2012 installed. 

Contoso.com has its headquarters in London, and several widespread satellite offices. When Contoso.com releases a new written policy stating that the graphical user interface (GUI) should not be installed on any servers deployed to Contoso.com’s satellite offices. 

It is reported that a server in one of the satellite offices are not compliant with the new written policy. 

You are required to remedy the situation, while using the least amount of user interaction. 

Which of the following actions should you take? 

A. You should consider uninstalling the User Interfaces and Infrastructure feature using a PowerShell cmdlet. 

B. You should consider uninstalling the User Interfaces and Infrastructure feature via TS Manager. 

C. You should consider uninstalling the User Interfaces and Infrastructure feature via Server Manager. 

D. You should consider uninstalling the User Interfaces and Infrastructure feature using the Dsrm.exe command from the command prompt. 

Answer:

Explanation: 

Although you could utilize a PowerShell cmdlet, it would require you to either log on to the remote machine to enable PowerShell remoting first (or to use the local PowerShell console). Using Server Manager, you could just add the server (if it wasn't already added) and use the "Remove Roles and Features" applet. 


Q207. - (Topic 3) 

You have a server named Server1 that runs a full installation of Windows Server 2012 R2. 

You need to uninstall the graphical user interface (GUI) on Server1. You must achieve this goal by using the minimum amount of Administrative effort. What should you do? 

A. Reinstall Windows Server 2012 R2 on the server. 

B. From Server Manager, uninstall the User Interfaces and Infrastructure feature. 

C. From Windows PowerShell, run Uninstall-WindowsFeature PowerShell-ISE 

D. From Windows PowerShell, run Uninstall-WindowsFeature Desktop-Experience. 

Answer:


Q208. - (Topic 3) 

You have a server named Server1 that has a Server Core installation of Windows Server 2008 R2. 

Server1 has the DHCP Server server role and the File Server server role installed. 

You need to upgrade Server1 to Windows Server 2012 R2 with the graphical user interface (GUI). 

The solution must meet the following requirements: 

. Preserve the server roles and their configurations. 

. Minimize administrative effort. 

What should you do? 

A. On Server1, run setup.exe from the Windows Server 2012 R2 installation media and 

select Server with a GUI. 

B. Start Server1 from the Windows Server 2012 R2 installation media and select Server 

Core Installation. 

When the installation is complete, add the Server Graphical Shell feature. 

C. Start Server1 from the Windows Server 2012 R2 installation media and select Server 

with a GUI. 

D. On Server1, run setup.exe from the Windows Server 2012 R2 installation media and 

select Server Core Installation. 

When the installation is complete, add the Server Graphical Shell feature 

Answer:

Explanation: 

A. Server is on 2008 R2 core, must install 2012 R2 core and then GUI 

B. Not least effort 

C. Not least effort 

D. Upgrade to 2012 R2 and install GUI shell http://technet.microsoft.com/en-us/library/jj574204.aspx Upgrades that switch from a Server Core installation to the Server with a GUI mode of Windows Server 2012 R2 in one step (and vice versa) are not supported. However, after upgrade is complete, Windows Server 2012 R2 allows you to switch freely between Server Core and Server with a GUI modes. 


Q209. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains a file server named Server1 that runs Windows Server 2012 R2. Server1 contains a shared folder named Share1. Share1 contains the home folder of each user. 

All users have the necessary permissions to access only their home folder. 

The users report that when they access Share1, they can see the home folders of all the users. 

You need to ensure that the users see only their home folder when they access Share1. 

What should you do from Server1? 

A. From Windows Explorer, modify the properties of the volume that contains Share1. 

B. From Server Manager, modify the properties of the volume that contains Share1. 

C. From Server Manager, modify the properties of Share1. 

D. From Windows Explorer, modify the properties of Share1. 

Answer:


Q210. DRAG DROP - (Topic 1) 

You have a server named Server1.Server1 runs Windows Server 2012 R2. 

Server1 has two network adapters. Each network adapter must be configured as shown in the following table. 

You need to configure the correct IPv6 address prefix for each network adapter. 

Which prefix should you select for each network adapter? 

To answer, drag the appropriate IPv6 prefix to the correct network adapter in the answer 

area. 

Each prefix may be used once, more than once, or not at all. You may need to drag the 

split bar between panes or scroll to view content. 

Answer: