Created
June 9, 2023 13:21
-
-
Save DavoudTeimouri/a9dd6fb78fafb61eb2f81ede5e3a6708 to your computer and use it in GitHub Desktop.
Re-Customize Existing Virtual Machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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