Needing a way to add a NFS to multiple hosts, I resorted to using VMware’s API PowerCLI!
get-vmhost | New-Datastore -Nfs -Name DataStoreName -Path /data1/export -NfsHost nfshost.domain.local
Tags: PowerCLI, vmware