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
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