wdsutil export-image
將現有的映像從映像存放區匯出至另一個 Windows 映像 (.wim) 檔案。
語法
若為開機映像:
wdsutil [options] /Export-Image image:<Image name> [/Server:<Servername>]
imagetype:Boot /Architecture:{x86 | ia64 | x64} [/Filename:<Filename>]
/DestinationImage
/Filepath:<Filepath and name>
[/Name:<Name>]
[/Description:<Description>]
[/Overwrite:{Yes | No}]
若為安裝映像:
wdsutil [options] /Export-Image image:<Image name> [/Server:<Servername>]
imagetype:Install imageGroup:<Image group name>]
[/Filename:<Filename>]
/DestinationImage
/Filepath:<Filepath and name>
[/Name:<Name>]
[/Description:<Description>]
[/Overwrite:{Yes | No | append}]
參數
參數 | 描述 |
---|---|
image:<Imagename> |
指定要匯出的映像名稱。 |
[/Server:<Servername> ] |
指定伺服器的名稱。 這可以是 NetBIOS 名稱或完整網域名稱 (FQDN) 任一項。 如果未指定任何伺服器名稱,則會使用本機伺服器。 |
imagetype:{Boot|Install} |
指定要匯出的映像類型。 |
\imageGroup:<Image group name> ] |
指定包含要匯出映像的映像群組。 如果未指定映像群組名稱,而伺服器上只有一個映像群組存在,則預設會使用該映像群組。 如果伺服器上存在多個映像群組,您必須指定映像群組。 |
/Architecture:{x86|ia64|x64} |
指定要匯出的映像架構。 因為在不同的架構中,開機映像可以有相同的映像名稱,指定架構值可確保傳回正確的映像。 |
[/Filename:<Filename> ] |
如果映像無法以名稱唯一識別,則必須指定檔案名稱。 |
/DestinationImage | 指定目的地映像的設定。 您可以使用下列選項來指定這些設定:
|
[/Overwrite:{Yes|No|append} ] |
如果 /Filepath 上已經存在具有該名稱的現有檔案,則會判斷是否要覆寫 /DestinationImage 選項中指定的檔案。 Yes 選項會導致覆寫現有的檔案、No 選項 (預設值) 會在具有相同名稱的檔案已經存在時發生錯誤,而 append 選項會使產生的映像以新映像附加至現有 .wim 檔案中。 |
範例
若要匯出開機映像,請輸入任一項:
wdsutil /Export-Image image:WinPE boot image imagetype:Boot /Architecture:x86 /DestinationImage /Filepath:C:\temp\boot.wim
wdsutil /verbose /Progress /Export-Image image:WinPE boot image /Server:MyWDSServer imagetype:Boot /Architecture:x64 /Filename:boot.wim /DestinationImage /Filepath:\\Server\Share\ExportImage.wim /Name:Exported WinPE image /Description:WinPE Image from WDS server /Overwrite:Yes
若要匯出安裝映像,請輸入任一項:
wdsutil /Export-Image image:Windows Vista with Office imagetype:Install /DestinationImage /Filepath:C:\Temp\Install.wim
wdsutil /verbose /Progress /Export-Image image:Windows Vista with Office /Server:MyWDSServer imagetype:Instal imageGroup:ImageGroup1 /Filename:install.wim /DestinationImage /Filepath:\\server\share\export.wim /Name:Exported Windows image /Description:Windows Vista image from WDS server /Overwrite:append