Your role of Network Administrator at ABC.com includes the management of the Active Directory Domain Services (AD DS) domain named ABC.com. The network includes servers that run Windows Server 2012. The network includes a Windows Server 2012 server named ABC-AppSrv1. ABC-AppSrv1 runs a custom line-of-business (LOB) application used by all company users. You need to determine the amount of network bandwidth used by the LOB application on ABCAppSrv1.
You create a custom Data Collector Set (DCS).
How should you configure the DCS?
A. You should configure the DCS to monitor Performance Counters. B. You should configure the DCS to monitor Event Trace Data. C. You should configure the DCS to monitor WDAC Diagnostics. D. You should configure the DCS to monitor System Configuration Information.
A. You should configure the DCS to monitor Performance Counters.
Question 453:
A network technician installs Windows Server 2012 Standard on a server named Server1.
A corporate policy states that all servers must run Windows Server 2012 Enterprise.
You need to ensure that Server1 complies with the corporate policy.
You want to achieve this goal by using the minimum amount of administrative effort.
What should you perform?
A. offline servicing by using Dism B. an upgrade installation of Windows Server 2012 C. a clean installation of Windows Server 2012 D. online servicing by using Dism
D. online servicing by using Dism
A. Not least effort
B. Not least effort
C. dism /online /set-edition
D. offline would be less ideal and more workex: DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3YWindows Server 2008 R2/2012 contains a command-line utility called DISM (Deployment Image
Servicing and Management tool). This tool has many features, but one of those features is the ability to upgrade the edition of Windows in use. Note that this process is for upgrades only and is irreversible. You cannot set a Windows image to
a lower edition. The lowest edition will not appear when you run the /Get-TargetEditions option. If the server is running an evaluation version of Windows Server 2012 R2 Standard or Windows Server 2012 R2Datacenter, you can convert it to
a retail version as follows:
If the server is a domain controller, you cannot convert it to a retail version. In this case, install an additional domain controller on a server that runs a retail version and remove AD DS from the domain controller that runs on the evaluation
version.
From an elevated command prompt, determine the current edition name with the command DISM /online /Get-CurrentEdition. Make note of the edition ID, an abbreviated form of the edition name.
Then run DISM /online /Set-Edition: /ProductKey:XXXXXXXXXX
-XXXXX-XXXXX-XXXXX /AcceptEula,providing the edition ID and a retail product key.
DRAG DROP Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server3. The network contains a standalone server named Server2. All servers run Windows Server 2012 R2. The servers are configured as shown in the following table.
Server3 hosts an application named App1. App1 is accessible internally by using the URL https://app1.contoso.com. App1 only supports Integrated Windows authentication.
You need to ensure that all users from the Internet are pre-authenticated before they can access App1.
What should you do? To answer, drag the appropriate servers to the correct actions. Each server may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:
Web application proxy Active Directory Federation Services relaying party trust
Note:
Box 1: add a new relying party trust by using the AD FS Management snap-in and manually configure the settings on a federation server.
Box 2: When publishing applications that use Integrated Windows authentication, the Web Application Proxy server uses Kerberos constrained delegation to authenticate users to the published application.
Box 3-4:To publish a claims-based application
Question 455:
You have a server named Server1 that runs Windows Server 2012 R2. You need to create a script that will create and mount a virtual hard disk. Which tool should you use?
A. vdsldr.exe B. diskpart.exe C. fsutil.exe D. vds.exe
B. diskpart.exe
Question 456:
Your network contains two servers named Server1 and Server2 that run Windows Server 2012 R2. Server1 and Server2 have the Hyper-V server role installed. Server1 and Server2 are configured as Hyper-V replicas of each other.
Server2 hosts a virtual machine named VM5. VM5 is replicated to Server1.
You need to verily whether the replica of VM5 on Server1 is functional. The solution must ensure that VM5 remains accessible to clients.
What should you do from Hyper-V Manager?
A. On Server1, execute a Planned Failover. B. On Server1, execute a Test Failover. C. On Server2, execute a Planned Failover. D. On Server2, execute a Test Failover.
B. On Server1, execute a Test Failover.
Test Failover is an operation initiated on your replica virtual machine (here VM5 on Server1) which allows you to test the sanity of the virtualized workload without interrupting your production workload or ongoing replication.
Note: At a high level, Hyper-V Replica supports three types of Failover: Test Failover Planned Failover Unplanned Failover
Question 457:
You have a server named Server1 that runs Windows Server 2012 R2.
You plan to enable Hyper-V Network Virtualization on Server1.
You need to install the Windows Network Virtualization Filter Driver on Server1.
Which Windows PowerShell cmdlet should you run?
A. Set-NetVirtualizationGlobal B. Enable-NetAdapterBinding C. Add - WindowsFeature D. Set-NetAdapterVmq
B. Enable-NetAdapterBinding
Hyper-V Network Virtrtualization runs multiple virtual networks on a physical network. And each virtual network operates as if it is running as a physical network. The The Set-NetAdaptercmdlet sets the basic properties of a network adapter such as virtual LAN (VLAN) identifier (ID) and MAC address. Thus if you add the binding parameter to the command then you will be able to install the Windows Network Virtualization Filter Driver. Step one:Enable Windows Network Virtualization (WNV). This is a binding that is applied to the NIC that you External Virtual Switch is bound to. This can be a physical NIC, it can be an LBFO NIC team. Either way, it is the network adapter that your External Virtual Switch uses to exit the server.This also means that if you have multiple virtual networks or multiple interfaces that you can pick and choose and it is not some global setting.If you have one External Virtual Switch this is fairly easy: $vSwitch = Get-VMSwitch -SwitchType External# Check if Network Virtualization is bound# This could be done by checking for the binding and seeing if it is enabledForEach-Object -InputObject $vSwitch {if ((Get-NetAdapterBinding-ComponentID "ms_netwnv" -InterfaceDescription $_.NetAdapterInterfaceDescription).Enabled -eq $false){# Lets enable itEnable-NetAdapterBinding-InterfaceDescription $_.NetAdapterInterfaceDescription -ComponentID "ms_netwnv"}}
Question 458:
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2. Both servers have the IP Address Management (IPAM) Server feature installed.
You have a support technician named Tech1. Tech1 is a member of the IPAM Administrators group on Server1 and Server2.
You need to ensure that Tech1 can use Server Manager on Server1 to manage IPAM on Server2.
To which group on Server2 should you add Tech1?
A. WinRMRemoteWMIUsers_ B. IPAM MSM Administrators C. Remote Management Users D. IPAM Administrators
A. WinRMRemoteWMIUsers_
Understand and Troubleshoot IP Address Management (IPAM) in Windows Server 8 Beta:
If you are accessing the IPAM server remotely using ServerManager IPAM client RSAT, then you must be a member of the WinRMRemoteWMIUsers group on the IPAM server, in addition to being a member of the appropriate IPAM security
group (or local Administrators group)
Windows Server 2012 Server Manager Troubleshooting Guide, Part II: Troubleshoot Manageability StatusErrors in Server Manager Error : Configuration refresh failed with the following error: The metadata failed to be
retrieved from the server, due to the following error: Access is denied. The user is attempting to manage the remote server with a credential that has only standard user (not a member of the Administrators group) access rights on the target
server, and the user has not enabled standard user remote management of the target server. By default, an account with standard user access rights is not a part of the WinRM remote WMI user's group, and can perform limited management
tasks on a remote server in Server Manager. To allow standard users more management access rights on a target server, run the Enable-ServerManagerStandardUserRemoting cmdlet on the target server, in a Windows PowerShell session
that has been opened with elevated user rights (Run as Administrator).
Your network contains an Active Directory domain named contoso.com. All servers run Windows Server 2012 R2.
Client computers run either Windows 7 or Windows 8. All of the client computers have an application named App1 installed.
The domain contains a Group Policy object (GPO) named GPO1 that is applied to all of the client computers.
You need to add a system variable named App1Data to all of the client computers.
Which Group Policy preference should you configure?
A. Ini Files B. Data Sources C. Services D. Environment
D. Environment
Environment Variable preference items allow you to create, update, replace, and delete user and system environment variables or semicolon-delimited segments of the PATH variable.
Note:
Creating an Environment Variable item
To create a new Environment Variable preference item
Open the Group Policy Management Console. Right-click the Group Policy object (GPO) that should contain the new preference item, and then click Edit. In the console tree under Computer Configuration or User Configuration, expand the
Preferences folder, and then expand the Windows Settings folder.
Right-click the Environment node, point to New, and select Environment Variable.
In the New Environment Variable Properties dialog box, select an Action for Group Policy to perform. (For more information, see "Actions" in this topic.) Enter environment variable settings for Group Policy to configure or remove.
Click the Common tab, configure any options, and then type your comments in the Description box.
Click OK. The new preference item appears in the details pane.
Question 460:
Your network contains an Active Directory domain named contoso.com. The domain contains three servers named Server1, Server2, and Server3.
You create a server group named ServerGroup1.
You discover the error message shown in the following exhibit. (Click the Exhibit button.)
You need to ensure that Server2 can be managed remotely by using Server Manager.
What should you do?
A. On Server2, modify the Windows Management Instrumentation (WMI) firewall rule. B. From Active Directory Users and Computers, add a computer account named Server2, and then restart Server2. C. On DC1, run the New-ADComputer cmdlet. D. On Server2, run the netdom.exe command.
A. On Server2, modify the Windows Management Instrumentation (WMI) firewall rule.
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-417 exam preparations
and Microsoft certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.