I need to write a PowerCLI script that gets an argument with a name of a virtual machine, and returns the VM's host name. The catch is, I shouldn't connect to the VC.

thanks for all your help (:

P.S: do any of you guys know how to connect the PowerCLI to the active directory? That'll help me in other scripts I need to make.

Thank you! (:

没有正确的解决方案

其他提示

This is not possible.

You would either need to authenticate with vCenter or with the ESXi host.

It is not possible to pull VM information without authentication as this would be quite a large security risk.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top