70-410 Exam Questions - Online Test


70-410 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

certleader.com

Master the exam 70 410 pdf Installing and Configuring Windows Server 2012 content and be ready for exam day success quickly with this Exambible exam collections 70 410 training. We guarantee it!We make it a reality and give you real 70 410 installing and configuring windows server 2012 questions in our Microsoft examcollection 70 410 braindumps.Latest 100% VALID Microsoft 70 410 study guide pdf Exam Questions Dumps at below page. You can use our Microsoft 70 410 exam dumps braindumps and pass your exam.

Q21. - (Topic 1) 

Your network contains an Active Directory forest. The forest functional level is Windows Server 2012 R2. The forest contains a single domain. The domain contains a member server named Server1. Server1 runs windows Server 2012 R2. 

You purchase a network scanner named Scanner1 that supports Web Services on Devices (WSD). 

You need to share the network scanner on Server1. 

Which server role should you install on Server1? 

A. Web Server (IIS) 

B. Fax Server 

C. Print and Document Services 

D. File and Storage Services 

Answer:

Explanation: 

The Print and Document Services role allows for the configuration to share printers, 

scanners and fax devices. 

References: 

Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2, Chapter 1: 

Installing and Configuring servers, Objective 1.2: Configure servers, p. 8 

http://technet.microsoft.com/en-us/library/hh831468.aspx 


Q22. - (Topic 3) 

A company’s server deployment team needs to introduce many new Windows Server 2012 R2 domain controllers throughout the network into a single Windows Server 2008 R2 domain. The team has chosen to use Windows PowerShell. 

Which Windows PowerShell module includes the command-line options for installing domain controllers? 

A. AD DS Administration cmdlets 

B. AD DS Deployment cmdlets 

C. AD CS Deployment cmdlets 

D. AD CS Administration cmdlets 

Answer:

Explanation: 

First use the Import-Module ADDSDeployment command in PowerShell–it includes the cmdlets needed to add new domain controllers. Then run Install-ADDSDomainController along with the required arguments. Quick Tip: DCPromo.exe has been deprecated but can still be used along with an answer file, and ADPrep.exe runs automatically when needed (but can be run with elevated rights for more control). 


Q23. - (Topic 3) 

Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1. Server1 runs Windows Server 2012 R2 and has the Hyper-V server role installed. 

On Server1, an administrator creates a virtual machine named VM1. 

A user named User1 is the member of the local Administrators group on Server1. 

User1 attempts to modify the settings of VM1 as shown in the following exhibit. (Click the 

Exhibit button.) 

You need to ensure that User1 can modify the settings of VM1 by running the Set-Vm cmdlet. 

What should you instruct User1 to do? 

A. Import the Hyper-V module. 

B. Install the Integration Services on VM1. 

C. Run Windows PowerShell with elevated privileges. 

D. Modify the membership of the local Hyper-V Administrators group. 

Answer:

Explanation: 

You can only use the PowerShell snap-in to modify the VM settings with the vm cmdlets 

when you are an Administrator. 

Thus best practices dictate that User1 run the PowerShell with elevated privileges. 

Reference: http://technet.microsoft.com/en-us/library/jj713439.aspx 


Q24. - (Topic 3) 

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

You discover that when you join client computers to the domain manually, the computer accounts are created in the Computers container. 

You need to ensure that new computer accounts are created automatically in an organizational unit (OU) named Corp. 

Which tool should you use? 

A. net.exe 

B. redircmp.exe 

C. regedit.exe 

D. dsadd.exe 

Answer:

Explanation: 

A. Used to stop/start protocols 

B. Redirects the default container for newly created computers to a specified, target 

organizational unit 

C. Modify local registry entries 

D. Adds specific types of objects to the directory 

Redirects the default container for newly created computers to a specified, target 

organizational unit (OU) so that newly created computer objects are created in the specific 

target OU instead of in CN=Computers. 

You must run the redircmp command from an elevated command prompt. 

Redircmp.exe is located in the C:\Windows\System32 folder. 

You must be a member of the Domain Admins group or the Enterprise Admins group to 

use this tool. 


Q25. - (Topic 3) 

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

You install the Windows PowerShell Web Access gateway on Server1. 

You need to provide administrators with the ability to manage the servers in the domain by using the Windows PowerShell Web Access gateway. 

Which two cmdlets should you run on Server1? (Each correct answer presents part of the solution. Choose two.) 

A. Set-WSManQuickConfig 

B. Set-WSManInstance 

C. Add-PswaAuthorizationRule 

D. Set-BCAuthentication 

E. Install-PswaWebApplication 

Answer: C,E 

Explanation: 

A. Configures the local computer for remote management. 

B. Modifies the management information that is related to a resource. 

C. Adds a new authorization rule to the Windows PowerShell Web Access authorization rule set. 

D. Specifies the BranchCache computer authentication mode. 

E. Configures the Windows PowerShell . Web Access web Application in IIS. 


Q26. HOTSPOT - (Topic 1) 

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

On Server1, you create and share a printer named Printer1. 

The Advanced settings of Printer1 are shown in the Advanced exhibit. (Click the Exhibit 

button.) 

The Security settings of Printer1 are shown in the Security exhibit. (Click the Exhibit button.) 

The Members settings of a group named Group1 are shown in the Group1 exhibit. (Click the Exhibit button.) 

Select Yes if the statement can be shown to be true based on the available information; otherwise select No. Each correct selection is worth one point. 

Answer: 


Q27. - (Topic 1) 

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

You plan to use Windows PowerShell Desired State Configuration (DSC) to confirm that the Application Identity service is running on all file servers. 

You define the following configuration in the Windows PowerShell Integrated Scripting Environment (ISE):

 

You need to use DSC to configure Server1 as defined in the configuration. 

What should you run first? 

A. Service1 

B. Configuration1 

C. Start DscConfiguration 

D. Test-DscConfigu ration 

Answer:


Q28. - (Topic 3) 

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

contains a server named Server1. Server1 runs Windows Server 2012 R2. 

An administrator creates a security template named Template1. 

You need to apply Template1 to Server1. 

Which snap-in should you use? 

A. Resultant Set of Policy 

B. Security Configuration and Analysis 

C. Authorization Manager 

D. Security Templates 

Answer:

Explanation: 

The Security Configuration and Analysis tool contains the Local Security Policy snap-in that is used to apply templates. 

References: 

http://technet.microsoft.com/en-us/library/bb742512.aspx http://technet.microsoft.com/en-us/library/cc739442%28v=WS.10%29.aspx 


Q29. - (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:

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. 


Q30. HOTSPOT - (Topic 1) 

Your network contains an Active Directory forest. The forest contains a single domain named contoso.com. 

AppLocker policies are enforced on all member servers. 

You view the AppLocker policy applied to the member servers as shown in the exhibit. (Click the Exhibit button.) 

To answer, complete each statement according to the information presented in the exhibit. Each correct selection is worth one point. 

Answer: