PowerShell Logo Small

Get-NetIPv4Protocol



This is the built-in help made by Microsoft for the command 'Get-NetIPv4Protocol', 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 information about the IPv4 Protocol configuration.

SYNTAX


Get-NetIPv4Protocol [-AddressMaskReply <AddressMaskReply[]>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-DefaultHopLimit
<UInt32[]>] [-DhcpMediaSense <DhcpMediaSense[]>] [-GroupForwardedFragments <GroupForwardedFragments[]>] [-IcmpRedirects <IcmpRedirects[]>]
[-IGMPLevel <MldLevel[]>] [-IGMPVersion <MldVersion[]>] [-MediaSenseEventLog <MediaSenseEventLog[]>] [-MulticastForwarding
<MulticastForwarding[]>] [-NeighborCacheLimitEntries <UInt32[]>] [-RandomizeIdentifiers <RandomizeIdentifiers[]>] [-ReassemblyLimitBytes
<UInt32[]>] [-RouteCacheLimitEntries <UInt32[]>] [-SourceRoutingBehavior <SourceRoutingBehavior[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetIPv4Protocol cmdlet gets the global IPv4 protocol configuration for the computer. This includes parameters such as the default hop
limit, the neighbor cache limit, and multicast configuration.



<

RELATED LINKS

Format-Table
Get-NetIPv6Protocol

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetIPv4Protocol


The default output omits some properties. Run this cmdlet to display all fields (all properties of the object).
PS C:\>Get-NetIPv4Protocol | Format-List –Property *



This example gets information about IPv4 protocol configuration.