Microsoft 70-410 Online Practice
Questions and Exam Preparation
70-410 Exam Details
Exam Code
:70-410
Exam Name
:Installing and Configuring Windows Server 2012
Certification
:Microsoft Certifications
Vendor
:Microsoft
Total Questions
:537 Q&As
Last Updated
:Feb 03, 2022
Microsoft 70-410 Online Questions &
Answers
Question 391:
You have an offline image of a server that runs Windows Server 2012 R2. You need to enable Remote Desktop Services (RDS) on the server. What should you use?
A. the dism.exe command with the /enable-feature parameter B. the dism.exe command with the /add-package parameter C. the Add-RDServer cmdlet D. the configure-smremoting.exe command with the -Enable parameter
C. the Add-RDServer cmdlet
Question 392:
Your network contains an Active Directory domain named contoso.com. The domain contains a DHCP server named Server1that runs Windows Server 2012 R2.
You create a DHCP scope named Scope1. The scope has a start address of 192.168.1.10, an end address of 192.168.1.50, and a subnet mask of 255.255.255.192.
You need to ensure that Scope1 has a subnet mask of 255.255.255.0.
What should you do first?
A. From Windows PowerShell, run the Remove-DhcpServerv4PolicyIPRange cmdlet. B. From the DHCP console, modify the Scope Options of Scope1. C. From Windows PowerShell, run the Remove-DhcpServerv4Scope cmdlet. D. From Windows PowerShell, run the Set-DhcpServerv4Scope cmdlet. E. From the DHCP console, modify the properties of Scope1. F. From Windows PowerShell, run the Set-DhcpServerv4Policy cmdlet.
C. From Windows PowerShell, run the Remove-DhcpServerv4Scope cmdlet.
Set-DhcpServerv4Scope sets the properties of an existing IPv4 scope on the Dynamic Host Configuration Protocol (DHCP) server service.
Your network contains an Active Directory domain named contoso.com. Domain controllers run either Windows Server 2008 R2 or Windows Server 2012 R2. All client computers run Windows 8. All computer accounts are located in an organizational unit (OU) named OU1. You create a Group Policy object (GPO) that contains several AppLocker rules. You link the GPO to OU1. You need to ensure that the AppLocker rules apply to all of the client computers. What should you configure in the GPO? To answer, select the appropriate service in the answer area.
Hot Area:
Configuring the Application Identity will specify where the Group Policy will be applied.
Exam Ref: 70-410: Installing and Configuring Windows Server 2012 R2, Chapter 6: Create and manage Group Policy, Objective 6.3: Configure application restriction policies, p.341
Question 394:
Your network contains a Windows Server 2012 R2 image named Server12.wim.Server12.wim contains the images shown in the following table.
You need to enable the Windows Server Migration Tools feature in the Windows Server 2012 R2 Datacenter image.
You want to achieve this goal by using the minimum amount of administrative effort.
Which command should you run first?
A. dism.exe /image:c:\Server12.wim /enable-feature /featurename:servermigration B. dism.exe /mount-wim /wimfile:c:\Server12.wim /index:4 /mountdir:c:\mount C. imagex.exe /capture c: c:\Server12.wim "windows server 2012 r2 datacenter" D. imagex.exe /apply c:\Server12.wim 4 c:\
B. dism.exe /mount-wim /wimfile:c:\Server12.wim /index:4 /mountdir:c:\mount
This command will mount the image before making any changes.
Your network contains an Active Directory domain named contoso.com. The domain contains 100 user accounts that reside in an organizational unit (OU) named 0U1. You need to ensure that a user named User1 can link and unlink Group Policy objects (GPOs) to OU1. The solution must minimize the number of permissions assigned to User1.
What should you do?
A. Modify the permissions on OU1. B. Run the Set-GPPermission cmdlet. C. Add User1 to the Group Policy Creator Owners group. D. Modify the permissions on the User1 account.
A. Modify the permissions on OU1.
Question 396:
How can you manage an newly installed Windows Server 2012 R2 core from a another Windows Server 2012 R2 with computer manager?
Hot Area:
Question 397:
You have a server named Server1 that runs Windows Server 2012 R2.
You try to install the Microsoft .NET Framework 3.5 Features feature on Server1, but the installation fails repeatedly.
You need to ensure that the feature can be installed on Server1.
What should you do?
A. Install Windows Identity Foundation (WIF) 3.5. B. Install the Web Server (IIS) server role. C. Connect Server1 to the Internet. D. Run the Add-AppxProvisionedPackage cmdlet.
C. Connect Server1 to the Internet.
The files needed are no longer available on the local Hard drive. We need to connect the server to the Internet.
Important to note that when starting with Windows Server 2012 R2 and Windows 8, the feature files for .NET Framework 3.5 (which includes .NET Framework 2.0 and .NET Framework 3.0) are not available on the local computer by default.
The files have been removed. Files for features that have been removed in a Features on Demand configuration, along with feature files for .NET Framework 3.5, are available through Windows Update. By default, if feature files are not
available on the destination server that is running Windows Server 2012 R2 Preview or Windows Server 2012 R2, the installation process searches for the missing files by connecting to Windows Update. You can override the default behavior
by configuring a Group Policy setting or specifying an alternate source path during installation, whether you are installing by using the Add Roles and Features Wizard GUI or a command line.
Question 398:
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. You need to log the amount of system resources used by each virtual machine. What should you do?
A. From Windows PowerShell, run the Enable-VMResourceMetering cmdlet. B. From Windows System Resource Manager, enable Accounting. C. From Windows System Resource Manager, add a resource allocation policy. D. From Windows PowerShell, run the Measure-VM cmdlet.
A. From Windows PowerShell, run the Enable-VMResourceMetering cmdlet.
resourceutilization data for a virtual machine or resource pool.
Measure-VM ?The Measure-VM cmdlet reports data on processor usage, memory usage, network traffic, and disk capacity for one or more virtual machines.
Question 399:
You have a DNS server named DNS1 that runs windows server 2012 R2.
DNS1 is used to resolve the names of internet resources by using several DNS forwarders.
You need to prevent DNS1 from performing iterative queries if the DNS forwarders are unable to reslove the queries.
Which cmdlet should you use?
A. Remove-DNSServerRootHint B. Set-DNSServerPrimaryZone C. Ser-DNSServerGlobalNameZone D. Unregister-DNSserverDrirectoryPartition
A. Remove-DNSServerRootHint
Question 400:
You have three servers named Server1, Server2, and DO that run Windows Server 2012 R2. IPv6 addresses and configurations are assigned to all of the servers by using DHCPv6. The IPv6 routing on Server1 is shown in the following table.
You verify that Server2 can ping the IPv6 address of DC1. You need to ensure that Server1 can ping the IPv6 address of DC1. What command should you run on Server1? (To answer, drag'n'drop the correct values in the fields above)
Hot Area:
Before a routing table is used, the destination cache is checked for an entry matching the destination address in the packet being forwarded. If the destination cache does not contain an entry for the destination address, the routing table is used to determine:
The next-hop address - For a direct delivery (in which the destination is on a local link), the next-hop address is the destination address in the packet. For an indirect delivery (in which the destination is not on a local link), the next-hop address is the address of a router.
The next-hop interface - The interface identifies the physical or logical interface that is used to forward the packet either to its destination or to the next router.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Microsoft exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 70-410 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.