Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DavoudTeimouri/a9dd6fb78fafb61eb2f81ede5e3a6708 to your computer and use it in GitHub Desktop.

Select an option

Save DavoudTeimouri/a9dd6fb78fafb61eb2f81ede5e3a6708 to your computer and use it in GitHub Desktop.
Re-Customize Existing Virtual Machine
# Replace variables with desired values
Get-OSCustomizationSpec -Name $OSSpec | `
Get-OSCustomizationNicMapping | `
Set-OSCustomizationNicMapping -IpMode:UseStaticIP -IpAddress $IP -SubnetMask $Mask -DefaultGateway $Gateway
Get-VM -Name $VMName| Set-VM -OSCustomizationSpec $OSSpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment