Skip to content

Instantly share code, notes, and snippets.

[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[string]$sourceISO,
[Parameter(Mandatory = $true)]
[string]$outputVHDX,
[Parameter(Mandatory = $true)]
[string]$os
)