PowerShell Logo Small

Get-NfsClientgroup



This is the built-in help made by Microsoft for the command 'Get-NfsClientgroup', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets client groups configured on an NFS server.

SYNTAX


Get-NfsClientgroup [[-ClientGroupName] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ExcludeName <String[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-NfsClientgroup [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -LiteralName <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NfsClientGroup cmdlet gets a list of client groups configured on a Network File System (NFS) server and the list of members of the client groups. By default, the
cmdlet enumerates all the client groups configured on a server. You can use the optional ClientGroupName parameter to get a specific client group.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287485
New-NfsClientgroup
Remove-NfsClientgroup
Rename-NfsClientgroup
Set-NfsClientgroup

REMARKS

<

Examples


Example 1: Get client groups by using a name

PS C:\> Get-NfsClientgroup -ClientGroupName ClientGroup*
ClientGroupMembers : {contoso-fs2}
ClientGroupName : clientgroupA

ClientGroupMembers : {contoso-fs1}
ClientGroupName : clientgroupB



This command gets the client groups on local computer that start with the name ClientGroup.