Hi LucD,
Since this is commented out, I would assume that it defaults to FALSE and therefore registers what it finds out of inventory?
So since I only want to REPORT any VMDKs and VMs out of inventory and take no other action than reporting. I assume I need to uncomment out this line particular:
114# Register-VMX -entityName "MyDatacenter" -whatif:$true
Am I missing anything else to acheive what I want to do. Since I plan to only check specific clusters, I will update the entity parameter appropriately..
thanks!!