PowerShell Logo Small

Get-NfsNetgroup



This is the built-in help made by Microsoft for the command 'Get-NfsNetgroup', 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 a netgroup.

SYNTAX


Get-NfsNetgroup [[-NetGroupName] <String>] [<CommonParameters>]
Get-NfsNetgroup [-LdapServer] <String> [[-LdapNamingContext] <String>] [-NetGroupName <String>] [<CommonParameters>]
Get-NfsNetgroup [-NisServer] <String> [[-NisDomain] <String>] [-NetGroupName <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NfsNetgroup cmdlet gets a netgroup from a configured netgroup store that Network File System (NFS) server uses.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287516
New-NfsNetgroup
Remove-NfsNetgroup
Set-NfsNetgroupStore

REMARKS

<

Examples


Example 1: Get a netgroup from an NFS domain

PS C:\> Get-NfsNetgroup -LdapServer "Contoso.com" -NetGroupName "ExchangeServers"


NetgroupName : ExchangeServers
NetgroupNamingContext : CN=mappedidentity,DC=Contoso,DC=com
NetgroupMembers : {}



This command gets the netgroup that is named ExchangeServers from an NFS domain netgroup store that is named Contoso.com.