DRAG DROP
Your network contains an Active Directory domain named contoso.com. The domain contains two member
servers named Server1 and Server2. All servers run Windows Server 2012 R2.
You generalize Server2.
You install the Windows Deployment Services (WDS) server role on Server1.
You need to capture an image of Server2 on Server1.
Which three actions should you perform?
To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in
the correct order.
Explanation:
Box 1: Start Server2 by using PXE.
Box 2: Add a capture image to Server1.
Box 3: Add an install image to Server1.
Note:
* Capture images are Windows Preinstallation Environment (Windows PE) images that allow you to easily
capture the install images that you prepare using Sysprep.exe. Instead of using complex command-line tools,
once you have run Sysprep.exe on your reference computer, you can boot to the Windows Deployment
Services client computer using PXE and select the capture image. When the capture image boots, it starts the
Capture Image Wizard, which will guide you through the capture process and optionally upload the new install
image to a Windows Deployment Services server.
Steps
/ create a capture image.
/ Create an install image.
/ Add the install image to the Windows Deployment Services server.
This is wrong
i would say:
Add a boot Image
Add a Capture image
Boot Server2 by PXE
Where is your information to support your answer. A link or page number?
experience
I work with wds since years.
and boot image, capture image, boot server2 pxe is the only order that makes sense 🙂
or what for do you need an install image when capturing server2 ^^
Here is a URL to back up your response. I support your answer 100%.
http://social.technet.microsoft.com/wiki/contents/articles/11680.creating-a-capture-image-in-wds.aspx
1. add a boot image
2. add a capture image
3. boot server2 by pxe
To capture an image of Server2:
1. Add a boot image to WDS on Server1 to allow to facilitate PXE boot.
2. Add a capture image to WDS on Server1 to facilitate image capture of Server2.
3. Boot Server2 using PXE and select the capture image that was previously created.
http://www.windows-noob.com/forums/topic/261-how-can-i-capture-an-image-using-wds/
I agree with Grifter.
Agreed.
http://social.technet.microsoft.com/wiki/contents/articles/11680.creating-a-capture-image-in-wds.aspx
I have one problem with the answer and all the comments here:
from my experience you can never assume anything but the default when an exam question states something that was setup or installed unless they provided more information or the choice of crappy answers might give a hint.
My point is, when you setup WDS then a default setting is *not to respond to any client*!
But it’s not stated this was reconfigured, and the crappy choice of answers just offers “create a prestaged” device, which might be a hint that maybe the thing was reconfigured to *respond to known devices* which makes “adding a prestaged device” a possible part of the answer.
any thoughts on this? this one makes me a bad pain in the head… :-/
Absolutely agree with Sepp:
you might have clean WDS… therefore you need to add boot image first to even start PE, then oyu need capture image to get the image of Server2 , then you PXE start Server2 which is sysprepped, and use the capture
1- boot image
2- capture image
3- sysprep on ref machine
4- start PXE
5- upload the syspreped image to the WDS server.
if the question asking for three steps then the answer will be 1,2,4 in this comment
Steps for creating a capture image
To create an install image, you must first create a capture image. Capture images are boot images that you boot a client computer into to capture the operating system into a .wim file. You can also create media (a CD, DVD, USB drive, or other type of media) that contains a capture image, and then boot a computer from the media. These images provide an alternative to the command-line utility, ImageX.exe. Except in advanced scenarios, you can create a capture image by using the Boot.wim file from the Windows installation media.
To create a capture image
In the Windows Deployment Services MMC snap-in, expand the Boot Images node.
Right-click the image to use it as a capture image. In most cases, you can just use the Boot.wim file from the installation media.
Click Create Capture Image.
Type in your Image Name, Image Description, and the location and file name where you want to save a local copy of the file. You must specify a location in case there is a problem with the network when you deploy the capture image. Click Next.
Allow the Create Capture Image Wizard to complete.
Tick Add Image to the Windows Deployment Server now. Click Next
Enter the location of the Windows Image file that contains the images. Click Next.
Enter your Image Name and Image Description. Click Next.
On the Summary page, click Next.
Click Finish.
After you have created the capture image, follow the instructions in the next section to boot a computer into the capture image and capture the operating system.
Steps for creating an install image
Now that you have a capture image, you need to prepare a reference computer and then create the install image. The reference computer can be a computer with a standard Windows installation or a Windows installation that has been configured for your environment. First, you boot a computer (which has been prepared with Sysprep) into the capture image. Then a wizard creates an install image of the reference computer and saves it as a .wim file. After that, you can deploy the .wim file to a computer.
To create a custom install image
Create a reference computer (install the operating system, applications, and make any other changes that you want).
Ensure that you have the correct version of Sysprep.exe on the computer.
At a command prompt on the reference computer, change folders to \Windows\System32\Sysprep or the folder that contains Sysprep.exe and Setupcl.exe.
Type one of the following:
On computers running Windows 8.1, Windows 8, Windows 7, Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2 run the command sysprep /oobe /generalize /reboot. If you prefer, you can also use the Sysprep graphical user interface by double-clicking Sysprep.exe.
When the computer restarts, perform a network boot on the computer by pressing F12.
In the boot menu, select the capture boot image that you created in the preceding procedure, and then press ENTER.
You will be presented with the Windows Deployment Services Image Capture Wizard. Click Next.
On the Directory to Capture page, select Volume to capture, enter your Image name and Image description. Click Next.
System_CAPS_importantImportant
Referring to Volume to capture, you will see only drives that contain operating systems prepared with Sysprep. If you do not run the command in step 4, you will not see any drives to capture.
Click Browse next to Name and location and browse to a local folder where you want to store the captured install image. Type a name for the image, using the .wim file name extension, and then click Save. Note that this location can be a mapped network drive.
System_CAPS_importantImportant
You must enter a local location to save the new image; otherwise, you will not be able to capture the image. This requirement is enforced to avoid image corruption if there is a network malfunction.
Select the Upload Image to a Windows Deployment Services check box.
Click Connect. If prompted for credentials, provide a user name and password for an account with permissions to connect to the Windows Deployment Services server.
Select your Image Group Name. Click Next. The wizard will now complete and create a custom installation image and store it in the Windows Deployment Services store.
Click Finish.
When this process is complete, you can PXE boot a client computer to install this image. The image will be listed in the installation option.
1. Add boot image (so in step 3 the source machine can pxe boot)
2. Add capture image so you have repository to place the capture of the source machine
3. PXE boot and upload the image to WDS
Agreed.
Passed my 70-411 exam yesterday. About 5 new questions, all new questions can be found in PassLeader 70-411 dumps (http://www.passleader.com/70-411.html). Also, PassLeader’s 70-411 dumps have corrected many wrong answers. Good Luck for All.
u work for passleader
iBecher you work for PassLeader 🙂 many wrong answers
😀 good catch!!
Grifter says:
August 27, 2015 at 8:29 pm
To capture an image of Server2:
1. Add a boot image to WDS on Server1 to allow to facilitate PXE boot.
2. Add a capture image to WDS on Server1 to facilitate image capture of Server2.
3. Boot Server2 using PXE and select the capture image that was previously created.
http://www.windows-noob.com/forums/topic/261-how-can-i-capture-an-image-using-wds/
Hi Guys..
Looks like some people confused with this question and post wrong answer and that makes study the course difficult to others.
Here I’m going to confirm the correct answer which are other posted it:
1. Add a boot image to WDS on Server1 to allow to facilitate PXE boot.
2. Add a capture image to WDS on Server1 to facilitate image capture of Server2.
3. Boot Server2 using PXE and select the capture image that was previously created.
these steps have been tested in the lab.
This link will describe these three steps
https://www.windows-noob.com/forums/topic/261-how-can-i-capture-an-image-using-wds/
New 70-411 Exam Questions and Answers Updated Recently (6/May/2016):
NEW QUESTION 435
You have a server named Server1 that is a number of a domain named contoso.com. You view the properties of a service on Server1 as shown in the graphic.
Image URL: examgod.com/plimages/257a8e899d68_F2B9/new-70-411-exam-dumps-4351_thumb.png
Use the drop-down menus to select the answer choice that completes each statement. NOTE: Each correct selection is worth one point.
Image URL: examgod.com/plimages/257a8e899d68_F2B9/new-70-411-exam-dumps-4352_thumb.jpg
Answer:
Image URL: examgod.com/plimages/257a8e899d68_F2B9/new-70-411-exam-dumps-4353_thumb.jpg
Explanation:
Virtual accounts are “managed local accounts” that provide the following features to simplify service administration:
– No password management is required.
– The ability to access the network with a computer identity in a domain environment.
Virtual accounts require very little management. They cannot be created or deleted, nor do they require any password management. You must be a member of the Administrators group on the local computer to perform the following procedures. To configure a service to use a virtual account:
– Click Start, point to Administrative Tools, and then click Services.
– In the details pane, right-click the service that you want to configure, and then click Properties.
– Click the Log On tab, click This account, and then type NT SERVICE\ServiceName. When you are finished, click OK.
– Restart the service for the change to take effect.
READ MORE — technet.microsoft.com/en-us/library/dd548356%20(v=WS.10).aspx
NEW QUESTION 436
You have a Windows Server Update Services (WSUS) server named Server1. Server1 synchronizes from Microsoft Update. You plan to deploy a new WSUS server named Server2. Server2 will synchronize updates Server2 will be separated from Server1 by a firewall from Server1. You need to identify which port must be open on the firewall so that Server2 can synchronize the updates. Which port should you identify?
A. 8530
B. 3389
C. 443
D. 80
Answer: A
Explantion:
WSUS upstream and downstream servers will synchronize on the port configured by the WSUS Administrator. By default, these ports are configured as follows:
– On WSUS 3.2 and earlier, port 80 for HTTP and 443 for HTTPS
– On WSUS 6.2 and later (at least Windows Server 2012), port 8530 for HTTP and 8531 for HTTPS The firewall on the WSUS server must be configured to allow inbound traffic on these ports
READ MORE — technet.microsoft.com/en-us/library/hh852346.aspx
NEW QUESTION 437
A technician installs a new server that runs Windows Server 2012 R2. During the installation of Windows Server Update Services (WSUS) on the new server, the technician reports that on the Choose Languages page of the Windows Server Update Services Configuration Wizard, the only available language is English. The technician needs to download updates in French and English. What should you tell the network technician to do to ensure that the required updates are available?
A. Complete the Windows Server Update Services Configuration Wizard, and then modify the update language on the server.
B. Uninstall all instances of the Windows Internal Database.
C. Change the update languages on the upstream server.
D. Change the System Local of the server to French.
Answer: C
Explanation:
Configure upstream servers to synchronize updates in all languages that are required by downstream replica servers.
You will not be notified of needed updates in the unsynchronized languages.
The Choose Languages page of the WSUS Configuration Wizard allows you to get updates from all languages or from a subset of languages. Selecting a subset of languages saves disk space, but it is important to choose all the languages that are needed by all the downstream servers and client computers of a WSUS server.
Downstream servers and client computers will not receive all the updates they need if you have not selected all the necessary languages for the upstream server. Make sure you select all the languages that will be needed by all the client computers of all the downstream servers.
You should generally download updates in all languages on the root WSUS server that synchronizes to Microsoft Update. This selection guarantees that all downstream servers and client computers will receive updates in the languages that they require.
To choose update languages for a downstream server:
If the upstream server has been configured to download update files in a subset of languages:
In the WSUS Configuration Wizard, click Download updates only in these languages (only languages marked with an asterisk are supported by the upstream server), and then select the languages for which you want updates.
READ MORE — technet.microsoft.com/en-us/library/hh328568(v=ws.10).aspx
NEW QUESTION 438
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. Your network contains an Active Directory domain named contoso.com. The domain contains more than 100 Group Policy objects (GPOs). Currently, there are no enforced GPOs. You have a GPO named GPO1 that is linked to the domain. You need to configure GPO1 to apply settings to Group1 only. What should you use?
A. Dcgpofix
B. Get-GPOReport
C. Gpfixup
D. Gpresult
E. Gpedit. msc
F. Import-GPO
G. Restore-GPO
H. Set-GPInheritance
I. Set-GPLink
J. Set-GPPermission
K. Gpupdate
L. Add-ADGroupMember
Answer: C
NEW QUESTION 439
……
NEW QUESTION 440
Your network contains one Active Directory forest named contoso.com. You create a starter Group Policy object (GPO) named Starter_GPO1. From the Delegation tab of Starter_GPO1, you add a group named GPO_Admins and you assign the Edit settings permissions to the group. You create a new GPO named GPO1 from Starter_GPO1. You need to identity which action can he performed by the members of the GPO Admins group. What should you identify?
A. Modify the Delegation settings of Starter_GPO1.
B. Modify the Group Policy Preferences in Starter_GPO1.
C. Link a WMI filter to GPO1.
D. Modify the Administrative Templates in GPO1.
Answer: A
Explanation:
Permission rights applied to starter GPO objects are relative to the starter GPO objects only; they are not inherited from actual GPOs created from starter GPOs.
B is wrong because Starter GPOs do not have preferences, only Administrative Template policy settings.
READ MORE — technet.microsoft.com/en-us/library/cc753200.aspx
NEW QUESTION 441
……
P.S. These New 70-411 Exam Questions Were Just Updated From The Real 70-411 Exam, You Can Get The Newest 70-411 Dumps In PDF And VCE From — http://bitly.com/70-411-dumps-vce-pdf (447q)
Good Luck !!!
BTW, NEW 70-411 PDF Dumps from Google Drive for Free: https://drive.google.com/open?id=0B-ob6L_QjGLpfnVfbXEwbmlUa1paemdDc19zQ1JWdVpqU1poRlB2TnktaWlBUFhfQXNJZVU