Microsoft Installing and Configuring Windows Server 2012 (070-410日本語版) - 070-410日本語 Exam Practice Test

Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).


Correct Answer:

Explanation

Virtual machines can be deployed to Hyper-V using Windows Deployment Services (WDS). To accomplish this requires the proper WDS infrastructure be in place and that the VM PXE boot using a Legacy Network Adapter.
By default, there is only a "Standard Network Adapter" installed on the Virtual Machine, but for PXE functionality you will need to add a "Legacy Network Adapter".
Go to the "Legacy Network Adapter" that you just added and specify that it should use the Virtual Switch that you just created.
Last but not least, you should change the BIOS boot priority to make sure that the Virtual Machine always tries to boot first using the "Legacy Network Adapter". Just select the "Legacy Network Adapter" and move it to the top using the buttons.
Start your Virtual Machine and now PXE boot should work.
The Pre-Boot Execution Environment (PXE) provider for Windows Deployment Services provides client boot services over the network. It registers itself with the WDS Server service (the main server-side service of the Windows Deployment Services solution) and requests a remote procedure call (RPC) endpoint.
After the Windows Deployment Services server role is installed, you must configure the server by using either the Windows Deployment Services MMC snap-in or the /Initialize-Server command-line option. The PXE provider must be configured properly before it can provide client boot services over the network.
References:
http://technet.microsoft.com/en-us/library/cc726550%28v=WS.10%29.aspx

Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: C



Correct Answer:

Explanation



Correct Answer:

Explanation

The User account properties contains the Logon Hours settings that you can use to change the hours that this selected object can log on to the domain. By default, domain logon is allowed 24 hours a day, 7 days a week.
Note that this control does not affect the user's ability to log on locally to a computer using a local computer account instead of a domain account.
To set logon hours
1. Open Active Directory Users and Computers.
2. In the console tree, click Users.
Where?
Active Directory Users and Computers/domain
node/Users Or, click the folder that contains the user account.
3. Right-click the user account, and then click Properties.
4. On the Account tab, click Logon Hours, and then set the permitted or denied logon hours for the user.


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

Correct Answer: B,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).


Correct Answer:

Explanation

The Set-DnsServerPrimaryZonecmdlet changes settings for an existing Domain Name System (DNS) primary zone. You can change values that are relevant for either Active Directory-integrated zones or file-backed zones. This cmdlet should be run on Server1 to make it authoritative. The Add-DnsServerSecondaryZonecmdlet adds a specified secondary zone on a Domain Name System (DNS) server. You can create either a forward lookup zone or a reverse lookup zone. This cmdlet should be run on DC1.