PowerCLI – Joining an ESXi host to an Active Directory domain

I was recently configuring the Authentication Service on a number of ESXi hosts to join them to an Active Directory domain to manage local user authentication. This is possible using the vSphere Web Client or Client but requires the configuration change to be made on each ESXi host manually and adds an administrative overhead, so lets … More PowerCLI – Joining an ESXi host to an Active Directory domain

PowerCLI: Configuring NTP Service on ESXi Hosts

I was recently required to configure the time configuration on multiple ESXi hosts in a number of clusters, with the below requirements: Set the NTP Server(s) Enable firewall service to permit outbound connections for the NTP client. Start the NTP Daemon service Configure the NTP Daemon service startup policy to be ‘start and stop with host’ … More PowerCLI: Configuring NTP Service on ESXi Hosts

PowerCLI: Configure Log rotation and size options for vmware.log

By default, the virtual machine log file (vmware.log) is rotated as a result of the virtual machine’s Power On or Power Off operation. , In order to limit the total size this can grow to you may configure the log you may configure a log rotation size and level of rotation. Also, this can add a level … More PowerCLI: Configure Log rotation and size options for vmware.log