Syntax
Get-NfsUser [[-Username] <String[]>] [-Server <VIServer[]>] [-VMHost <VMHost[]>] [<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.