Hello
Thanks for information.
This method can also be used to browse the content of VMFS datastores and make stuff in it (usefull in my infrstructure)
$dStore = Get-Datastore -Name Local01
New-PSDrive -Location $dStore -Name Data1 -PSProvider VimDatastore -Root '\'
get-childitem Data1: