PowerShell Logo Small

Get-NetPrefixPolicy



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

SYNTAX


Get-NetPrefixPolicy [[-Prefix] <String[]>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-Label <UInt32[]>] [-Precedence
<UInt32[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetPrefixPolicy cmdlet gets the prefix policy. The prefix policy is used in source and destination address selection. The prefix
policy is described in RFC 3484.



<

RELATED LINKS


Source and Destination Address Selection for IPv6 on TechNet



REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetPrefixPolicy



This example gets information about the prefix policy.




EXAMPLE 2

PS C:\>Get-NetPrefixPolicy –Precedence 1



This example gets information about the prefix policy that has a precedence of 1.