9..12 | foreach { New-VHD -Dynamic "d:\VHD\$_.vhdx" -SizeBytes 60GB }
9..12 | foreach {Add-VMHardDiskDrive -VMName Windows2016datacenter3 -ControllerType SCSI -Path "d:\vhd\$_.vhdx"}
get-VMProcessor -VMName Windows2016da* | Set-VMProcessor -ExposeVirtualizationExtensions $true
New-NetIPAddress -InterfaceAlias ethernet -IPAddress 192.168.1.1 -PrefixLength 24 -AddressFamily IPv4
Set-DnsClientServerAddress -InterfaceAlias ethernet -ServerAddresses 192.168.1.10
Add-Computer conlab.local -Credential conlab.local\Administrator -NewName HC3 -Restart
Install-WindowsFeature -Name "Failover-Clustering","Hyper-V","RSAT-Clustering-PowerShell","Hyper-V-PowerShell" -includemanagementtools -Restart