The following Windows PowerShell commands create the LiteTouchMedia.iso file in D:\Media, which will use content from the MEDIA001 media source folder.
· Add-PSSnapIn Microsoft.BDD.PSSnapIn
· New-PSDrive -Name "DS002" -PSProvider MDTProvider -Root "D:\Production Deployment Share"
· Generate-MDTMedia -path "DS002:\Media\MEDIA001" -Verbose
Related Topics