Syntax
Get-NfsUser [[-Username] <String[]>] [-VMHost <VMHost[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet retrieves NFS user accounts.Parameters
Return Type
Zero or more NfsUser objectsNotes
Examples
-------------- Example 1 --------------
Get-NfsUser -VMHost $vmhost
Retrieves the NFS user accounts from the specified host.
-------------- Example 2 --------------
Get-NfsUser -Username MyUser*
Retrieves all NFS user accounts that have a user name which starts with MyUser.