PowerShell Logo Small

Reset-NfsStatistics



This is the built-in help made by Microsoft for the command 'Reset-NfsStatistics', 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

Resets RPC call statistics that an NFS server maintains.

SYNTAX


Reset-NfsStatistics [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Reset-NfsStatistics cmdlet resets (to zero) all remote procedure call (RPC) statistics that a Network File System (NFS) sever maintains. The NFS server maintains call
statistics for all RPC requests that it services.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287502
Get-NfsStatistics

REMARKS

<

Examples


Example 1: Reset NFS server statistics

PS C:\> Reset-NfsStatistics
Confirm

Are you sure you want to perform this action?

Performing operation "Reset Counters" on NFS server statistics.

[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y



This command resets call statistics that an NFS server maintains.