Overall NFS mapping
Still in Memento category, here is a one-liner that will add a new nfs datastore on all esx server in a cluster :
Get-VMHost -Location "CLUSTER" | New-Datastore -Nfs -Name NOMDATASTORE -NFSHost NOMSRVNFS -Path /volumes/pathexport
Still in Memento category, here is a one-liner that will add a new nfs datastore on all esx server in a cluster :
Get-VMHost -Location "CLUSTER" | New-Datastore -Nfs -Name NOMDATASTORE -NFSHost NOMSRVNFS -Path /volumes/pathexport