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

cMDTBuildOperatingSystem

Pavel Andreev edited this pageFeb 1, 2019 ·2 revisions

cMDTBuildOperatingSystem

cMDTBuildOperatingSystem is a DscResource that import of Operating Systems source files in MDT.

Available parameters:

  • [Ensure] - Present/Absent
  • [Name] - Name
  • [Path] - MDT path
  • [SourcePath] - Source path to content of Windows ISO distribution
  • [CustomImage] - $false/$true. If true, import latest wim from [SourcePath]
  • [PSDriveName] - The PSDrive name for the MDT deployment share
  • [PSDrivePath] - The physical path to the MDT deployment share

The DscResource will import Operating Systems according to the following principle:

  • Verify status present or absent
  • If present:
    • Verify if the Operating System already exist in MDT
    • If OS not exist, import from SourcePath
  • If absent:
    • The operating system will be removed

Desired State Configuration job example:

cMDTBuildOperatingSystem Win10x64 {    Ensure ="Present"    Name ="Windows 10 x64"    Path ="Windows 10"    SourcePath ="$SourcePath\Windows10x64"    PSDriveName =$PSDriveName    PSDrivePath =$PSDrivePath}
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp