PowerShell Logo Small

Get-NfsClientConfiguration



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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287484
Set-NfsClientConfiguration

REMARKS

<

Examples


Example 1: Get NFS client configuration settings

PS C:\> Get-NfsClientConfiguration
Service State : Running
Case-sensitive Lookups : Disabled
Default Access Mode : 755
Mount Type : SOFT
Mount Retry Attempts : 1
RPC Timeout (seconds) : 8
Read Buffer Size (KB) : 1024
Write Buffer Size (KB) : 1024
Use Reserved Ports : Enabled
Authentication : {sys, Krb5, Krb5i, Krb5p}
Transport Protocol : {TCP, UDP}



This command gets NFS client configuration settings on a local computer.