Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Hyper‐V Creating New, and Linked VM's: Revision history

From Thibble Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 November 2024

  • curprev 02:2202:22, 2 November 2024T20A02 talk contribs 1,706 bytes +1,706 Created page with "== Creating a Base VM in Hyper-V with Windows Server 2019 == === Creating the Base VM === ==== PowerShell Commands: ==== These are the commands used in order top create a new base VM via powershell <pre> $VMName = "BaseVM" $VMPath = "C:\Hyper-V\VMs" $ISOPath = "C:\Path\to\WindowsServer2019.iso" New-VM -Name $VMName -Path $VMPath -MemoryStartupBytes 4GB -NewVHDPath "$VMPath\$VMName.vhdx" -NewVHDSizeBytes 60GB Set-VMBios -VMName $VMName -BootOrder "CD" Add-VMDvdDrive..."