Q211. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains two member servers named Server1 and Server2 that run Windows Server 2012 R2. You log on to Server1. You need to retrieve the IP configurations of Server2. Which command should you run from Server1? 

A. winrs -r:server2 ipconfig 

B. winrm get server2 

C. dsquery *-scope base-attr ip, server2 

D. ipconfig > server2.ip 

Answer: A 


Q212. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server 2012. You create a group Managed Service Account named gservice1. You need to configure a service named Service1 to run as the gservice1 account. How should you configure Service1? 

A. From a command prompt, run sc.exe and specify the config parameter. 

B. From Windows PowerShell,run Set-Service and specify the -PassThrough parameter 

C. From Windows PowerShell,run Set-Service and specify the -StartupType parameter 

D. From Services Console configure the General settings 

Answer: A 


Q213. - (Topic 2) 

You plan to deploy a file server to a temporary location. 

The temporary location experiences intermittent power failures. 

The file server will contain a dedicated volume for shared folders. 

You need to create a volume for the shared folders. The solution must minimize the 

likelihood of file corruption if a power failure occurs. 

Which file system should you use? 

A. NFS 

B. FAT32 

C. ReFS 

D. NTFS 

Answer: C 

Explanation: 

The ReFS file system allows for resiliency against corruptions with the option to salvage amongst many other key features like Metadata integrity with checksums, Integrity streams with optional user data integrity, and shared storage pools across machines for additional failure tolerance and load balancing, etc. 


Q214. - (Topic 3) 

Which of the following is not a correct reason for creating an OU? 

A. To create a permanent container that cannot be moved or renamed 

B. To duplicate the divisions in your organization 

C. To delegate administration tasks 

D. To assign different Group Policy settings to a specific group of users or computers 

Answer: A 

Explanation: 

A. Correct: The reasons for creating an OU include duplicating organizational divisions, assigning Group Policy settings, and delegating administration. You can easily move or rename an OU at will. 

B. Incorrect: Duplicating organizational divisions is a viable reason for creating an OU. 

C. Incorrect: Delegating administration tasks is a viable reason for creating an OU. 

D. Incorrect: Assigning Group Policy settings is a viable reason for creating an OU. 


Q215. - (Topic 1) 

Your network contains an Active Directory domain named contoso.com. You have a Group Policy object (GPO) named GP1 that is linked to the domain. GP1 contains a software restriction policy that blocks an application named App1. 

You have a workgroup computer named Computer1 that runs Windows 8. A local Group Policy on Computer1 contains an application control policy that allows App1. 

You join Computer1 to the domain. 

You need to prevent App1 from running on Computer1. 

What should you do? 

A. From Computer1, run gpupdate/force. 

B. From Group Policy Management, add an application control policy to GP1. 

C. From Group Policy Management, enable the Enforced option on GP1. 

D. In the local Group Policy of Computer1, configure a software restriction policy. 

Answer: B 

Explanation: 

AppLocker policies take precedence over policies generated by SRP on computers that are 

running an operating system that supports AppLocker. 

AppLocker policies in the GPO are applied, and they supersede the policies generated by 

SRP in the GPO and local AppLocker policies or policies generated by SRP. 


Q216. - (Topic 2) 

You have a server named Corel that has a Server Core Installation of Windows Server 2012 R2. 

Corel has the Hyper-V server role installed. Corel has two network adapters from different third-party hardware vendors. 

You need to configure network traffic failover to prevent connectivity loss if a network adapter fails. 

What should you use? 

A. New-NetSwitchTeam 

B. Install-Feature 

C. Add-NetSwitchTeamMember 

D. Netsh.exe 

Answer: A 


Q217. - (Topic 3) 

You have a server named Server1. Server1 runs a Server Core installation of Windows 

Server 2012 R2. The local area connection on Server1 has the following configuration: 

IP address: 10.1.1.1 

Subnet mask: 255.255.240.0 

Default gateway: 10.1.1.254 

Preferred DNS server: <none> 

The network contains a DNS server that has an IPv4 address of 10.1.1.200. You need to configure Server1 to use 10.1.1.200 as the preferred DNS server. The solution must not change any other settings on Server1. 

Which command should you run? 

A. sconfig.cmd 

B. net.exe 

C. Set-NetIPInterface 

D. netsh.exe 

Answer: A 

Explanation: 

In Windows Server 2012 R2, you can use the Server Configuration tool (Sconfig.cmd) to configure and manage several common aspects of Server Core installations. Network settings You can configure the IP address to be assigned automatically by a DHCP Server or you can assign a static IP address manually. This option allows you to configure DNS Server settings for the server as well. 


Q218. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains three member servers. 

The servers are configured as shown in the following table. 

All client computers run Windows 8. All client computers receive updates from Server2. 

On Server3, you add a shared printer named Printer1. Printer1 uses a Type 4 driver that is not included in the Windows 8 installation media. 

You need to ensure that when users connect to the printer for the first time, the printer driver is installed automatically on their client computer. 

What should you do? 

A. From the Windows Deployment Services console on Server1, add the driver package for Printer1. 

B. From the Update Services console on Server2, import and approve updates. 

C. From Windows PowerShell on Server3, run the Add-PrinterDriver cmdlet. 

D. From the Print Management console on Server3, add additional drivers for Printer1. 

Answer: D 


Q219. HOTSPOT - (Topic 2) 

Your network contains an Active Directory domain named contoso.com. The domain contains a print server named Print1 that runs Windows Server 2012 R2. 

Print1 has 50 shared printers. Each printer is listed in Active Directory. 

From Active Directory Users and Computers, you browse to Print1 and you discover that the 50 printers are not visible. 

You need to ensure that you can view the printer objects in Active Directory Users and Computers. 

Which option should you select? To answer, select the appropriate option in the answer area. 

Answer: 


Q220. - (Topic 2) 

Your network contains an Active Directory domain named contoso.com. The network contains 500 client computers that run Windows 8. All of the client computers connect to the Internet by using a web proxy. 

You deploy a server named Server1 that runs Windows Server 2012 R2. Server1 has the DNS Server server role installed. 

You configure all of the client computers to use Server1 as their primary DNS server. 

You need to prevent Server1 from attempting to resolve Internet host names for the client computers. 

What should you do on Server1? 

A. Create a primary zone named “root”. 

B. Create a primary zone named "GlobalNames". 

C. Create a forwarder that points to 169.254.0.1. 

D. Create a primary zone named “.”. 

Answer: A