Practical Assignment 1
Practical Assignment 1
and Implementation
with Hyper-V
Practical Assignment 1
NTWK8080
JUAN SARMIENTO
CODE: 89001833
Name: JSARMIENTO-MS1
INSTALATION WINDOWS
SERVER 2019 ON HYPER-V
powershell
New-VM -Name JSARMIENTO-
MS2 -Path C:\ProgramData\
Microsoft\Windows\Hyper-V -
MemoryStartupBytes 1024MB
VM – Powershell
Step 3: Executed the following
command to create a new
virtual hard disk:
New-VHD -Path “C:\Users\
Public\Documents\Hyper-V\
Virtual hard disks\JSARMIENTO-
MS2.vhdx” -SizeBytes 40GB –
Dynamic