Reconfigure diagnostic partition using Get-EsxCli -V2 by Harold Preyers | 2018, Nov 2 | PowerCLIThe following powershell snippet is going to unconfigure the diagnostic coredump partition using...
Manage your PowerCLI vCenter menu entries by Harold Preyers | 2017, Sep 12 | PowerCLIWhen connecting to your vCenter server via PowerCLI, one can use the -menu option. This will give...
Start or stop ESXi services using PowerCLI by Harold Preyers | 2017, Mar 3 | PowerCLIStart the ssh service on all hosts: Get-VMHost | Foreach { Start-VMHostService -HostService ($_ |...
Reconfigure diagnostic partition by Harold Preyers | 2016, Apr 13 | PowerCLIThe following Get-EsxCli command will unconfigure your diagnostic partition and reconfigure with...
PowerCLI goodies by Harold Preyers | 2016, Apr 12 | PowerCLIThese are powercli goodies I use on a regular base. I have collected them here to find them...