Thanks for the very quick reply LucD!
I've got Doug's ImportExcel module downloaded but I'm having issues getting it imported. We are using PowerCli 5.8. This is my error
Unable to find type [PSPlot]: make sure that the assembly containing this type is loaded.
At C:\Windows\System32\WindowsPowerShell\v1.0\Modules\ImportExcel\ImportExcel.psm1:25 char:29
+ [OutputType([PSPlot] <<<< )]
+ CategoryInfo : InvalidOperation: (PSPlot:String) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TypeNotFound
Import-Module : The specified module '.\ImportExcel.psm1' was not loaded because no valid module file was found in any module directory.
At line:1 char:14
+ Import-Module <<<< .\ImportExcel.psm1
+ CategoryInfo : ResourceUnavailable: (.\ImportExcel.psm1:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
I checked the .psd1 and there wasn't a minimum version specified
Instead of specifying the Cluster would it be possible to return all clusters in each vCenter server? or would that require a loop?