Examples/Example-cMDTBuildPreReqs.ps1
# # cMDTBuildPreReqs Example # $SourcePath = "E:\Source" Configuration MDTServer { cMDTBuildPreReqs MDTPreReqs { Ensure = "Present" DownloadPath = "$SourcePath" } } |
# # cMDTBuildPreReqs Example # $SourcePath = "E:\Source" Configuration MDTServer { cMDTBuildPreReqs MDTPreReqs { Ensure = "Present" DownloadPath = "$SourcePath" } } |