Tests/Test-cMDTBuildSelectionProfile.ps1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# # cMDTBuildSelectionProfile Test # $PSDriveName = "MDT001" $PSDrivePath = "E:\MDTBuildLab" Configuration MDTServer { cMDTBuildSelectionProfile Win10x64 { Ensure = "Present" Name = "Windows 10 x64" Comments = "Packages for Windows 10 x64" IncludePath = "Packages\Windows 10 x64" PSDriveName = $PSDriveName PSDrivePath = $PSDrivePath } } |