I recently created a Powershell script which allows you to copy/migrate your roles and privileges from one vCenter to another. Make sure the credentials used for the login of the vCenter are allowed to create and modify roles. To set up Powershell for the VMware commands: Install-Module -Name VMware.PowerCLI -Scope CurrentUser Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCeip... Continue Reading →
Rescan all Hosts HBA’s | It’s that simple!
Just a quick reference to bookmark, may someone think it's useful. Spending time to rescan HBA's on all hosts in a cluster is time consuming and not worth the work. It is possible to rescan all HBA's with a simple PowerCLI line: Get-Cluster -Name “Clustername” | Get-VMHost | Get-VMHostStorage -RescanAllHba or if you have more... Continue Reading →