First, check the default values for the virtual machine to ensure it will suffice for your purposes. You’ll need to choose what guest operating system, where the virtual machine’s files will be stored, and the types of network connection you want to set up for the virtual machine. In addition, you need to decide whether to allocate all the disk space for the virtual machine when you create it, or whether you want it to take disk space dynamically as needed.
Reviewing and Configuring Virtual Machines through POWERCLI
-----------------------------------------------------------------------
> Get-VM | Select-Object Name,NumCPU,MemoryMB,PowerState,Host | Export-CSV VMs.csv
-----------------------------------------------------------------------
No comments: