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

Re: Retrieve .vmdk file information

$
0
0

Thank you -

 

would this be a good way to do it? Or is there a better approach?

 

get-childitem -recurse | where {$_.fullname -like '*vmdk*'} | select name,lastwritetime


Viewing all articles
Browse latest Browse all 228891

Trending Articles