The following Windows PowerShell command deletes the Windows Vista Production Build task sequence from the Production deployment share.

Remove-item -path "DS002:\Task Sequences\Windows Vista Business Production Build" -force -Verbose

Related Topics

Using Windows PowerShell to Perform Common Tasks