Get Smart with 70 410 exam dumps

Accurate of microsoft 70 410 exam test question materials and testing bible for Microsoft certification for consumer, Real Success Guaranteed with Updated 70 410 practice exam pdf dumps vce Materials. 100% PASS Installing and Configuring Windows Server 2012 exam Today!


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-410 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-410 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-410-exam-dumps.html

P.S. Accurate 70-410 testing bible are available on Google Drive, GET MORE: https://drive.google.com/open?id=15_ZhfBgDTDLOruAv8fX2OUlOkrH_oFSk


New Microsoft 70-410 Exam Dumps Collection (Question 7 - Question 16)

Question No: 7

Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1. Server1 runs Windows Server 2012 R2. You need to create 3-TB virtual hard disk (VHD) on Server1.

Which tool should you use?

A. File Server Resource Manager (FSRM)

B. New-StoragePool

C. Diskpart

D. Share and Storage Management

Answer: C

Explanation:

You can create a VHD from either the Disk Management snap-in or the command line (diskpart).

From the DiskPart command-line tool at an elevated command prompt, run the create vdisk command and specify the file (to name the file) and maximum (to set the maximum size in megabytes) parameters. The following code demonstrates how to create a VHD file at C:\vdisks\disk1.vdh with a maximum file size of 16 GB (or 16,000 MB).

DiskPart

Microsoft DiskPart version 6.1.7100

Copyright (C) 1999-2008 Microsoft Corporation. On computer: WIN7

DISKPART> create vdisk file="C:\vdisks\disk1.vhd" maximum=16000


Question No: 8

You install Windows Server 2012 R2 on a standalone server named Server1. You configure Server1 as a VPN server.

You need to ensure that client computers can establish PPTP connections to Server1. Which two firewall rules should you create? (Each correct answer presents part of the

solution. Choose two.)

A. An inbound rule for protocol 47

B. An outbound rule for protocol 47

C. An inbound rule for TCP port 1723

D. An inbound rule for TCP port 1701

E. An outbound rule for TCP port 1723

F. An outbound rule for TCP port 1701

Answer: A,C

Explanation:

The following is a list of firewall ports which need to be opened for the various VPN tunnel protocols:

For PPTP:

IP Protocol=TCP, TCP Port number=1723 <- Used by PPTP control path IP Protocol=GRE (value 47) <- Used by PPTP data path

For L2TP:

IP Protocol Type=UDP, UDP Port Number=500 <- Used by IKEv1 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv1 (IPSec control path) IP Protocol Type=ESP (value 50) <- Used by IPSec data path

For SSTP:

IP Protocol=TCP, TCP Port number=443 <- Used by SSTP control and data path

For IKEv2:

IP Protocol Type=UDP, UDP Port Number=500 <- Used by IKEv2 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv2 (IPSec control path) IP Protocol Type=ESP (value 50) <- Used by IPSec data path


Question No: 9

Your network contains a Hyper-V host named Hyperv1 that runs Windows Server 2012 R2. Hyperv1 has a virtual switch named Switch1.

You replace all of the network adapters on Hyperv1 with new network adapters that support single-root I/O virtualization (SR-IOV). You need to enable SR-IOV for all of the virtual machines on Hyperv1.

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

A. On each virtual machine, modify the Advanced Features settings of the network adapter.

B. Modify the settings of the Switch1 virtual switch.

C. Delete, and then recreate the Switch1 virtual switch.

D. On each virtual machine, modify the BIOS settings.

E. On each virtual machine, modify the Hardware Acceleration settings of the network adapter.

Answer: C,E


Question No: 10

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:

u2711 IP address: 10.1.1.1

u2711 Subnet mask: 255.255.240.0

u2711 Default gateway: 10.1.1.254

u2711 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.


Question No: 11

Server 1 and Server2 host a load-balanced Application pool named AppPool1. You need to ensure thatAppPool1 uses a group Managed Service Account as its identity. Which 3 actions should you perform?

A. Install a domain controller that runs Windows Server 2012 R2, Run the New- ADService Accountcmdlet, Modify the settings of AppPool1.

B. Configure the Security settings of the contoso.com zone.

C. Add a second legacy network adapter, and then run the Set-VMNetwork Adoptercmdlet.

D. From Windows Powershell, run Get-DNS ServerDiagnostics.

Answer: A

Explanation:

For the application pool to use a group Managed Service account as its identity you will have to make sure that there is a domain controller where you can add the account and then modify the application pool accordingly.

Thus you should use the New- ADService Account on the domain controller that will create a new Active Directory service account.


Question No: 12

You run a Windows 2012 R2 Hyper-V Role Server, you need to shrink the size of files.vhd (200GB).

Using the Edit Virtual Disk Wizard what option should you choose?

A. Compact

B. Shrink

C. Resize

D. Convert

Answer: D

Explanation:

After converting a dynamically expanding VHD to the VHDX format, a new Shrink menu option becomes available in the Hyper-V UI as shown.

VHDX format VHDs only expose the Shrink option when there is free space in the VHDX

file to reclaim.


Question No: 13

You have a virtual machine named VM1.

You install Windows Server 2012 R2 on VM1.

You plan to use VM1 as an image that will be distributed to sales users to demonstrate the features of a custom application. The custom application only requires the Web Server (IIS) server role to be installed.

You need to ensure that the VHD file for VM1 only contains the required Windows Server 2012 R2 source files.

Which tool should you use?

A. servermanagercmd.exe

B. dism.exe

C. ocsetup.exe

D. imagex.exe

Answer: B

Explanation:

You can use DISM to:

Add, remove, and enumerate packages and drivers. Enable or disable Windows features.

Apply changes based on the offline servicing section of an unattend.xml answer file. Configure international settings.

Upgrade a Windows image to a different edition. Prepare a Windows PE image.

Take advantage of better logging.

Service down-level operating systems like Windows Vista with SP1 and Windows Server 2008.

Service all platforms (32-bit, 64-bit, and Itanium).

Service a 32-bit image from a 64-bit host and service a 64-bit image from a 32-bit host. Make use of old Package Manager scripts.

This command will mount the image before making any changes. This will ensure that only the required Windows Server 2012 R2 source files are contained.


Question No: 14

You have a network printer connected to print server. You need to be able to print if print server goes down.

What should you configure?

A. branch office direct printing

B. printer pooling

C. spooling

D. Print forwarding

Answer: A

Explanation:

Branch Office Direct Printing can reduce Wide Area Network (WAN) usage by printing directly to a print device instead of a server print queue. This feature can be enabled or disabled on a per printer basis and is transparent to the user. It is enabled by an administrator using the Print Management Console or Windows PowerShell on the server. The printer information is cached in the branch office, so that if the print server is unavailable for some reason (for example if the WAN link to the data center is down), then it is still possible for the user to print.

Branch Office Direct Printing requires the following operating systems: Windows Server 2012

Windows 8


Question No: 15

Your company has an Active Directory domain. You log on to the domain controller. The Active Directory Schema snap-in is not available in the Microsoft Management Console (MMC).

You need to access the Active Directory Schema snap-in. What should you do?

A. Register Schmmgmt.dll.

B. Log off and log on again by using an account that is a member of the Schema Admins group.

C. Use the Ntdsutil.exe command to connect to the schema master operations master and open the schema for writing.

D. Add the Active Directory Lightweight Directory Services (AD/LDS) role to the domain controller by using Server Manager.

Answer: A

Explanation:

Install the Active Directory Schema Snap-In

You can use this procedure to first register the dynamic-link library (DLL) that is required for the Active Directory Schema snap-in. You can then add the snap-in to Microsoft

Management Console (MMC).

To install the Active Directory Schema snap-in:

1. To open an elevated command prompt, click Start, type command prompt and then right- click Command Prompt when it appears in the Start menu. Next, click Run as administrator and then click OK.

To open an elevated command prompt in Windows Server 2012 R2, click Start, type cmd, right-click cmd and then click Run as administrator.

2. Type the following command, and then press ENTER: regsvr32 schmmgmt.dll

3. Click Start, click Run, type mmc and then click OK.

4. On the File menu, click Add/Remove Snap-in.

5. Under Available snap-ins, click Active Directory Schema, click Add and then click OK.

6. To save this console, on the File menu, click Save.

7. In the Save As dialog box, do one of the following:

* To place the snap-in in the Administrative Tools folder, in File name, type a name for the snap-in, and then click Save.

* To save the snap-in to a location other than the Administrative Tools folder, in Save in , navigate to a location for the snap-in. In File name, type a name for the snap-in, and then click Save.


Question No: 16

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 2008 R2 installed. Some of Contoso.comu2021s workstations have Windows 7 installed, while the rest have Windows 8 installed.

After installing a new Windows Server 2012 computer in the Contoso.com domain, you configure it to run the File and Storage Services server role. You are instructed to create a shared folder on the new server, and configure the use of Previous Versions for restoring files located in the shared folder.

Which of the following actions should you take?

A. You should consider configuring the Shadow Copies settings on the new server.

B. You should consider configuring the Snapshot settings on the new server.

C. You should consider configuring the Background Copy settings on the new server.

D. You should consider configuring the Permission settings on the new server.

Answer: A

Explanation:

What are previous versions?

Previous versions are either backup copies (copies of files and folders that you back up by using the Back Up Files wizard, or shadow copies) copies of files and folders that Windows automatically saves as part of a restore point. (Shadow copies can be copies of files on your computer or shared files on a computer on a network.) You can use previous versions of files to restore files that you accidentally modified or deleted, or that were damaged. Depending on the type of file or folder, you can open, save to a different location, or restore a previous version.

ATT: (nothing to do with question but cool to know) File Server Volume Copy Shadow Service (VSS) Agent Service Enables consistency of application snaphots (shadow copies). With previous versions of Windows Server, VSS only supported shadow copies of data on the local server. With WS2012, Microsoft has added VSS for SMB File Shares which extends shadow copy support for network volumes. Administrators install the FS VSS Agent on the file server where the application data is located. They then install the VSS provider in the server where the application is located. The provider talks to the agent using the new File Server Remote VSS protocol in order to manage the shadow copies of the data.


Recommend!! Get the Accurate 70-410 dumps in VCE and PDF From Examcollection, Welcome to download: http://www.examcollectionuk.com/70-410-vce-download.html (New 496 Q&As Version)