Valid 70-417 Dumps shared by ExamDiscuss.com for Helping Passing 70-417 Exam! ExamDiscuss.com now offer the newest 70-417 exam dumps, the ExamDiscuss.com 70-417 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-417 dumps with Test Engine here:
Your network contains a Windows Server 2012 R2 image named Server12.wim. Server12.wim contains the images shown in the following table. Server12.wim is located in C:\. 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?
Correct Answer: D
Explanation/Reference: Explanation: This command will mount the image before making any changes. The Deployment Image Servicing and Management (DISM) tool is a command-line tool that is used to modify Windows images. You can use DISM to enable or disable Windows features directly from the commandprompt, or by App1ying an answer file to the image. You can enable or disable Windows features offline on a WIM or VHD file, or online on a running operating system. You can also use the DISM image management command to list the image index numbers or to verify the architecture for the image that you are mounting.ex: Dism /Mount-Image /ImageFile:C:\test \images\install.wim /Name:"Base Windows Image" /MountDir:C:\test \offline By default, DISM is installed at C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit \Deployment Tools\ References: http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx http://technet.microsoft.com/en-us/library/hh824822.aspx http://technet.microsoft.com/en-us/library/hh825258.aspx