4 lines
296 B
PowerShell
4 lines
296 B
PowerShell
# if a manually triggered build needs to occur, run this
|
|
|
|
Update-Module ITD.Infra-VMware.VirtualMachine
|
|
New-ITDVMwareWindowsVM -ComputerName $FQDN -CPU $CPU -MemoryGB $MemoryGB -VlanId $VlanId -OS $OS -Environment $Environment -Datacenter $Datacenter -LicensingRestrictions $LicensingRestrictions |