i got Lucd Stuff
Get-Datastore | where {$_.type -eq "NFS"} | Get-View | select @{N="Host"; E={$_.Info.Nas.RemoteHost}},
@{N="Path"; E={$_.Info.Nas.RemotePath}},
@{N="Capacity"; E={$_.Info.Nas.Capacity}},
@{N="Free"; E={$_.Info.FreeSpace}} | ft -Wrap