nerdexam
Microsoft

70-649 · Question #316

Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 has the Windows Deployment Services (WDS) server role installed. You need to create a multicast session to…

The correct answer is C. Wdsutil. Creating a multicast transmission for a virtual hard disk image You can create multicast transmissions for your .vhd images in the same way that you can for .wim images (except you can only create the transmissions from the command line). To create a multicast transmission: 1…

Configuring Application Infrastructure

Question

Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 has the Windows Deployment Services (WDS) server role installed. You need to create a multicast session to deploy a virtual hard disk (VHD). Which tool should you use?

Options

  • Athe Windows Deployment Services console
  • BWdsmcast
  • CWdsutil
  • DWindows System Image Manager (SIM)

How the community answered

(33 responses)
  • A
    15% (5)
  • B
    6% (2)
  • C
    73% (24)
  • D
    6% (2)

Explanation

Creating a multicast transmission for a virtual hard disk image You can create multicast transmissions for your .vhd images in the same way that you can for .wim images (except you can only create the transmissions from the command line). To create a multicast transmission: 1. Click Start, right-click Command Prompt, and then click Run as administrator. 2. Do one of the following: To create an Auto-Cast transmission, use the following syntax: WDSUTIL /New- MulticastTransmission / Image:<image name> /FriendlyName:<friendly name> /ImageType:Install /ImageGroup:<Image group name> [/FileName:<file name>] /TransmissionType:AutoCast. Example: WDSUTIL /New-MulticastTransmission /Image:WindowsServer2008R2 / ImageType:Install /ImageGroup:"VHD Image Group" /FileName:install.vhd / TransmissionType:AutoCast To create a Scheduled-Cast transmission, use the following syntax: WDSUTIL /New- MulticastTransmission / Image:<image name> /FriendlyName:<friendly name> /ImageType:Install /ImageGroup:<Image group name> /TransmissionType:ScheduledCast [/Time:<yyyy/mm/dd:hh:mm>][/Clients:<no of Example: WDSUTIL /New-MulticastTransmission /Image:WindowsServer2008R2 / ImageType:Install /ImageGroup:"VHD Image Group" /TransmissionType:ScheduledCast /Time:"2008/01/20:17:00" /Clients:10

Topics

#WDS#multicast deployment#VHD#Wdsutil

Community Discussion

No community discussion yet for this question.

Full 70-649 Practice