Tests/Test-cMDTBuildPreReqs.ps1

#
# cMDTBuildPreReqs Test
#
$SourcePath  = "E:\Source"

Configuration MDTServer
{
    cMDTBuildPreReqs MDTPreReqs {
        Ensure = "Present"
        DownloadPath = "$SourcePath"
    }
}