Yes, VMTools is installed. I'm curious to see where this goes.
I'm part of a team that builds servers for our company. We use PowerShell scripts to help speed the process along as well as document what is done. When we build SQL servers the process of adding drives and connecting them to specific SCSI Ids adds time, effort and confusion. The script I'm working on would help the build process greatly. (I used one of your other posts to help me get the Bus number and Unit number of the VM's hard disks - Thanks for that!) The script is to the point to select the hard drive at a specific SCSI ID and format it. That's why I originally asked about connecting PowerCLI's Get-Harddisk with PowerShell's Get-Disk.
The script is to be run after the server has joined the domain, from the server being built. Because the server being built is on the domain, it can reach out and connect to the vCenter. The PowerCLI modules are on the Test Server where I'm developing this script. And the PSModulePath was updated.