PowerShell Logo Small

Get-NfsServerConfiguration



This is the built-in help made by Microsoft for the command 'Get-NfsServerConfiguration', 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 configuration settings for an NFS server.

SYNTAX


Get-NfsServerConfiguration [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NfsServerConfiguration cmdlet gets a configuration object for a Network File System (NFS) server. You can use the Set-NfsServerConfiguration cmdlet to change NFS
server settings.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287491
Set-NfsServerConfiguration

REMARKS

<

Examples


Example 1: Get local NFS server settings

PS C:\> Get-NfsServerConfiguration
State : Running
LogActivity :
CharacterTranslationFile : Not Configured
DirectoryCacheSize : 128
HideFilesBeginningInDot : Disabled
EnableNFSV2 : Enabled
EnableNFSV3 : Enabled
EnableNFSV4 : Enabled
EnableAuthenticationRenewal : Enabled
AuthenticationRenewalIntervalSec : 600
NlmGracePeriodSec : 45
MountProtocol : {TCP, UDP}
NfsProtocol : {TCP, UDP}
NisProtocol : {TCP, UDP}
NlmProtocol : {TCP, UDP}
NsmProtocol : {TCP, UDP}
PortmapProtocol : {TCP, UDP}
MapServerProtocol : {TCP, UDP}
PreserveInheritance : False
NetgroupCacheTimeoutSec : 30
UnmappedUserAccount :
WorldAccount : Everyone
AlwaysOpenByName : False
GracePeriodSec : 240
LeasePeriodSec : 120
OnlineTimeoutSec : 180



This command gets the configuration settings for a local NFS server.