PowerShell Logo Small

Get-NfsNetgroupStore



This is the built-in help made by Microsoft for the command 'Get-NfsNetgroupStore', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 settings for a netgroup store.

SYNTAX


Get-NfsNetgroupStore [-AsJob [<SwitchParameter>]] [-CimSession <CimSession>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NfsNetgroupStore cmdlet gets configuration settings for a netgroup store that a Network File System (NFS) server uses. These settings
specify whether an NFS server must get a list of configured netgroups from a server that is based on Network Information Service (NIS) or
Lightweight Directory Access Protocol (LDAP).



<

RELATED LINKS

Set-NfsNetgroupStore
Get-NfsMappingStore

REMARKS

<

Examples


Example 1: Get configuration settings for an NFS netgroup

PS C:\>Get-NfsNetgroupStore
LdapServer : Contoso.com
LdapNamingContext :
NetgroupStoreType : LDAP
NisServer :
NisDomain



This command gets the configuration settings for an NFS netgroup.