leitsuhsu's Posts

Unfortunately I cant upgrade powercli. Is there a way of disabling MAC address changes using 5.0 release 2 Powercli?
How to rename the vcenter name in the VI client inventory from whatever the name it is now to something else?
5.1 release 2 build 1012425
Hi Any idea why this simple command doesnt work?! get-virtualswitch -Name "vSwitch0" | Get-SecurityPolicy | Set-SecurityPolicy -MacChanges $false The error message says Get-securitypolicy... See more...
Hi Any idea why this simple command doesnt work?! get-virtualswitch -Name "vSwitch0" | Get-SecurityPolicy | Set-SecurityPolicy -MacChanges $false The error message says Get-securitypolicy command doesnt exist
esxcfg-vswitch -B both vSwitch0 is the ESXi command to change cdp setting to "both" Is it possible to use powerCLI to configure this setting?
Hi How to set SSH and ESXi Shell startup policy to "Start and Stop Manually" for all ESXi hosts in the vCenter? How to rename the vcenter name in the VI client inventory from whatever the nam... See more...
Hi How to set SSH and ESXi Shell startup policy to "Start and Stop Manually" for all ESXi hosts in the vCenter? How to rename the vcenter name in the VI client inventory from whatever the name it is now to something else? Thanks
Hi How to stop esxi shell for all hosts in the cluster? thanks Regards Vickie
Hi Does someone know how to write a script to list the datastore namse that each disk reside on? Thanks