Q21. A company has an Active Directory Domain Services (AD DS) domain with one physical domain controller. All client computers run Windows 8.1. 

A client computer hosts a Windows 8.1 virtual machine (VM) test environment. The VMs are connected to a private virtual switch that is configured as shown in the Virtual Switch Manager exhibit. (Click the Exhibit button.) 

You have the following requirements: 

. Configure the test environment to allow VMs to communicate with the host machine. . Minimize impact on the host machine. 

You need to meet the requirements. 

What should you do? 

A. Create a new virtual switch with a Private Network [CP1] connection type. 

B. Create a new virtual switch with an ExternalNetwork connection type. 

C. Change the VLAN ID of the private virtual switch to Enable Virtual LAN identification. 

D. Create a new virtual switch with an Internal Network connection type. 

Answer:


Q22. A client computer that runs Windows 8.1 has two hard disk drives: a system drive and a data drive. 

You are preparing to back up the computer prior to installing a developing software product. 

You have the following requirements: 

The system disk that is part of the backup must be mountable from within Windows. 

The system disk that is part of the backup must be bootable. 

The backup must be viable to restore in the event of a hard disk failure. 

The backup must contain data from both hard disk drives. 

You need to select a backup method. 

Which method should you use? 

A. System repair disk 

B. Storage pool 

C. System image 

D. File History 

Answer:


Q23. You are a domain administrator for your company. 

Since the company's Windows 8.1 desktop computers are not backed up regularly, the company wants to enable folder redirection in order to move data from local desktops to network storage. 

You need to configure folder redirection on the domain so all existing desktops and any new desktops automatically apply the folder redirection settings. 

What should you do? 

A. Create a new Group Policy Object (GPO) and configure the folder redirection options to meet your company's requirements. 

B. In computer management, create a task that is labeled Folder Redirection. Allow Folder Redirection to the specified path at named intervals. 

C. Map a network drive from each local desktop, right-click Properties, and choose Folder Redirection with proper settings. 

D. Sync your offline folder to the network location to ensure that backups are completed on the network. 

Answer:


Q24. A company has 10 client computers that run Windows 8.1. 

An employee updates a device driver on her computer and then restarts the computer. Windows does not start successfully. You start the computer in Safe Mode. 

You need to identify the most recently installed driver and gather the maximum amount of information about the driver installation. 

What should you do? 

A. In Device Manager, run a scan for hardware changes. 

B. In the Event Viewer console, display the Hardware Events log. 

C. In the Programs and Features Control Panel item, display the installed updates. 

D. Display the contents of the Windows\inf\setupapi.dev.log file. 

Answer:


Q25. You add three hard drives to a Windows 8.1 computer. The computer has a RAID controller. 

You plan to store data only on the three new hard drives. 

You need to ensure that data loss will not occur if only one hard drive fails. 

What should you do? 

A. Create a storage pool that contains all drives and set the resiliency type to Parity. 

B. Create a storage pool that contains one drive, and then add the other two drives drive to the pool. 

C. Create a spanned volume. 

D. Create a storage pool that contains all drives and set the resiliency type to Two-way mirror. 

Answer:


Q26. You administer Windows 8.1 computers in you company network. all computers include Windows 8.1 compatible trusted platform modele (TPM). 

You configure a computer that will run a credit processing application. 

You need to ensure that the computer requires a user to enter a PIN code when starting the computer. 

Which policy should you configure? (To answer, select the appropriate policy in the answer area.) 

A. Allow Secure Boot for Integrity validation 

B. Require Additional authentication at startup 

C. Allow enhanced PINs for Startup 

D. Configure minimum PIN length for startup a local 

Answer:


Q27. You administer Windows 8.1 Enterprise computers in your company's Active Directory Domain Services (AD DS) domain. 

Your company uses several peripheral devices. The drivers for these devices are not available on Windows Update. 

You need to ensure that the drivers install when users connect these devices to their computers. 

What should you do? 

A. For the Group Policy setting Prioritize all digitally signed drivers equally during the driver ranking and selection process, select Disabled. 

B. From Device Manager, find the detected scanner device and select Update Driver. 

C. Add the following registry key to the computers: HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/DevicePath. Add °/osystemroot%\inf and the UNC path to the drivers share. 

D. For the Group Policy setting Configure driver search locations, select Enabled. Make the drivers available on the UNC path to the driver's share. 

Answer:


Q28. A computer that runs Windows 8.1 is configured with a 2 TB storage pool. The storage pool currently shows 1 TB of available space. 

You try to save 100 MB of files to the storage drive. An error message states that the drive is full. 

You need to make an additional 1 TB of space available in the storage pool. 

What should you do? 

A. Connect a 1 TB drive to the computer and add the new drive to the storage pool. 

B. Connect a 1 TB drive to the computer and assign a drive letter to the new drive. 

C. Set the resiliency type of the storage pool to Parity. 

D. Set the logical size of the storage pool to 2 TB. 

Answer:


Q29. A company has an Active Directory Domain Services (AD DS) domain. All client computers run Windows 7. You plan to upgrade the client computers to Windows 8.1 Pro. 

You need to choose the methods that do not require the manual entry of a product key during the upgrade. 

Which two methods should you choose? (Each correct answer presents a complete solution. Choose two.) 

A. Use the Volume Activation Management Tool. 

B. Use the Microsoft Deployment Toolkit. 

C. Use the Windows 8.1 online upgrade tool. 

D. Create a catalog (.clg) file by using Windows System Image Manager (SIM). 

Answer: AB 


Q30. You administer 100 Windows 8.1 laptops, all of which have PowerShell Remoting enabled. 

You run the following command on a computer named Computer1. 

Invoke-Command -filepath \\Computer2\Share\MyScript.ps1 -computer name Computer2 

MyScriptl.psl fails to execute. 

You verify that you are able to access it from the network. You need to be able to execute MyScriptl.psl on Computer1. What should you do? 

A. Copy MyScriptl.psl to a local drive on Computer1 and run the Invoke-Command cmdlet on Computer1. 

B. Run the Set-ExecutionPolicycmdlet on Computer1. 

C. Run the Enter-PSSessioncmdlet on Computer1. 

D. Run the Set-ExecutionPolicycmdlet on Computer2. 

Answer: