Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cMDTBuildUpdateBootImage

Pavel Andreev edited this pageFeb 7, 2019 ·2 revisions

cMDTBuildUpdateBootImage

cMDTBuildUpdateBootImage is a DscResource that enables creation and management of boot images with lifecycle management for MDT.

Available parameters:

  • [Version] - Version number
  • [PSDeploymentShare] - Name of MDT drive
  • [PSDrivePath] - MDT path
  • [ExtraDirectory] - Extra Directory to add in WinPE
  • [BackgroundFile] - WinPE Background picture
  • [LiteTouchWIMDescription] - WinPE image description
  • [CreateISOx64] - Enable Boot-x64 ISO. Default is false

The DscResource will import applications according to the following principle:

  • Verify if the boot image exist in MDT, and if determine version
  • If the boot image does not exist or version number do not match a boot image will be created

Desired State Configuration job example:

cMDTBuildUpdateBootImage updateBootImage {    Version ="1.0"    PSDeploymentShare =$PSDriveName    PsDrivePath =$PSDrivePath    ExtraDirectory ="Extra"    BackgroundFile ="%INSTALLDIR%\Samples\Background.bmp"    LiteTouchWIMDescription ="MDT Build Lab"}
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp