VMware Cloud Community
Guv
Enthusiast
Enthusiast

Folder setup in VM & Templates

We have different virtual centres all running different versions such as 4.1 and 4 and 5.0.   Under VM and Templates , we have various folders such as defines the VM type such as what applications they are running.  There are over hundred of folders created in VMs and templates.  As we have many virtual centres, we want all the VC's to have the identical folders setup in the VM and templates section, as it would be easy to find the VM's then.  At the moment some VC's only have some of the folders setup.

Is there an automated way to makes sure all VC's have the identical folder setup, is there a comparrison tool or a vmware fling tool which may assist this.

ANy advise.

0 Kudos
1 Reply
admin
Immortal
Immortal

This can be done through vSphere PowerCLI cmdlets.

$server = Connect-VIServer -Server vcenterservername

Get-Folder -Location (Get-Folder vm)

0 Kudos