NAME
Get-NetIPConfiguration
SYNOPSIS
Gets IP network configuration.SYNTAX
Get-NetIPConfiguration [[-InterfaceAlias]
] [-AllCompartments] [-CimSession ] [-CompartmentId
] [-Detailed] [ ] Get-NetIPConfiguration [-AllCompartments] [-CimSession
[] [-CompartmentId ] [-Detailed] -All ] Get-NetIPConfiguration [-AllCompartments] [-CimSession
] [-CompartmentId ] [-Detailed] -InterfaceIndex
[ ] DESCRIPTION
The Get-NetIPConfiguration cmdlet gets network configuration, including usable interfaces, IP addresses, and DNS
servers.If you do not specify any parameters, this cmdlet gets IP configuration properties for all non-virtual connected
interfaces on a computer.PARAMETERS
-All
Indicates that the cmdlet retrieves the IP configuration properties for all of the interfaces on a computer, including virtual interfaces, loopback interfaces, and disconnected interfaces. Required? true Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-AllCompartments [
Indicates that the cmdlet gets the IP configuration properties for all of the compartments on a computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -CimSession [
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such] as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value noneAccept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-CompartmentId [
Specifies an identifier for network compartment in the protocol stack. By default, the cmdlet gets Net IP configuration in the default compartment. If you specify a value for this parameter, the cmdlet gets any matching Net IP configuration in the compartment specified in this field. Required? false Position? named Default value none] Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false-Detailed [
Indicates that the cmdlet retrieves additional interface and computer configuration information, including the computer name, link layer address, network profile, MTU length, and DHCP status. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -InterfaceAlias [
Specifies an alias of a network interface. The cmdlet gets an IP configuration that matches the alias. Required? false Position? 1 Default value none] Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-InterfaceIndex
Specifies an index of a network interface. The cmdlet gets an IP configuration that matches the index. Required? true Position? named Default value noneAccept pipeline input? True (ByPropertyName)
Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
NoneOUTPUTS
NoneExample 1: Get the IP configuration
PS C:\>Get-NetIPConfiguration
This command gets IP configuration information. When this cmdlet is run without parameters, it gets the IPconfiguration information for all of the non-virtual connected interfaces on the computer.
Example 2: Get all IP configuration details
PS C:\>Get-NetIPConfiguration -All
This command gets the IP configuration information for all of the interfaces on the computer, including virtual interfaces, loopback interfaces, and disconnected interfaces.Example 3: Get the IP configuration information with a common parameter
PS C:\>Get-NetIPConfiguration -Verbose
This command gets IP configuration information. By using the Verbose parameter, the networking cmdlets are shown to gather and format the information displayed in this cmdlet.Example 4: Get the IP configuration by interface index
PS C:\>Get-NetIPConfiguration -InterfaceIndex 12
This command gets the IP configuration information for the interface at the index 12.Example 5: Get the IP configuration from pipeline input
PS C:\>Get-NetIPConfiguration | Get-NetIPAddress
This command gets the IP address information, including the prefix length.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=288381Get-DNSClientServerAddress
Get-NetAdapter
Get-NetIPAddress
Get-NetIPInterface
Get-NetRoute