Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 258290

Re: Retrieve VM target vSphere Replication datastore information via PowerCLI(preferably) or another script\commandline method

$
0
0

Use below PCLI commands to retrieve the VMDK and datastore info in each site

 

Get-ChildItem -Recurse -Path "vmstore:\datacentername\darastorename\"| ? { $_.Name -match "hbrdisk" } | select Name,DatastoreFullPath,LastWriteTime

 

Please use the datacenter name and datastore path in above command to get the complete list.


Viewing all articles
Browse latest Browse all 258290

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>