The following Windows PowerShell commands update the Production deployment share, which is in D:\Production Deployment Share.

·      Add-PSSnapIn Microsoft.BDD.PSSnapIn

·      New-PSDrive -Name "DS002" -PSProvider MDTProvider -Root "D:\Production Deployment Share"

·      Update-MDTDeploymentShare -path "DS002:" -Verbose

Related Topics

Using Windows PowerShell to Perform Common Tasks