This script is very useful to identify where the VMs are located on the VMware Infra.
Save the below script as .PS1 extension and Run fron vSphere Power CLI , Out Put will be saved on the Location where we mention , here it is D:\share\vmname.csv
Script
Get-VM |
Select Name,
@{N=”Datastore”;E={[string]::Join(‘,’,(Get-Datastore -Id $_.DatastoreIdList | Select -ExpandProperty Name))}},
@{N=”Folder”;E={$_.Folder.Name}} | export-csv D:\share\vmname.csv
Nakivo has released its new Backup and Replication solution Nakivo v10.8, which includes support for…
Oracle Cloud VMware Solution (OCVS) provides a customer-managed, native VMware-based cloud environment hosted in Oracle…
Vinchin is a professional provider of data protection solutions for enterprises. It provides a series…
In my previous blog post, I have explained about VMware Cloud Disaster Recovery (VCDR) Onboarding and…
vRealize Network Insight helps you build an optimized, highly available, and secure network infrastructure across…
Can you believe it's here again? SysAdmin Day is back, and with it comes endless gratitude…