Param(
[Parameter(Mandatory=$true)]
[string]$Source,
[string]$Destination
)
New-VHD -Path $Destination -ParentPath $Source -ErrorAction Stop