Windows PowerShell command on Get-command Get-DnsClientServerAddress
MyWebUniversity

Windows PowerShell command on Get-command Get-DnsClientServerAddress

NAME

Get-DnsClientServerAddress

SYNOPSIS

Gets DNS server IP addresses from the TCP/IP properties on an interface.

SYNTAX

Get-DnsClientServerAddress [[-InterfaceAlias] ] [-AddressFamily ] [-CimSession

] [-InterfaceIndex ] [-ThrottleLimit ] []

DESCRIPTION

The Get-DnsClientServerAddress cmdlet gets one or more DNS server IP addresses associated with the interfaces on

the computer.

PARAMETERS

-AddressFamily []

Specifies the address family. The acceptable values for this parameter are: IPv4 or IPv6. 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 none Accept pipeline input? false Accept wildcard characters? false

-InterfaceAlias []

Specifies the friendly name of the interface. Required? false Position? 1 Default value none Accept pipeline input? false Accept wildcard characters? false

-InterfaceIndex []

Specifies the index number of the interface. Required? false Position? named Default value none

Accept pipeline input? true(ByValue,ByPropertyName)

Accept wildcard characters? false

-ThrottleLimit []

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false This 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

None

OUTPUTS

Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_DNSClient The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_DNSClientServerAddress The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetAdapter The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetIPInterface The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.

Example 1: Get DNS server IP addresses for all interfaces

PS C:\>Get-DnsClientServerAddress

This example gets the DNS server IP addresses configured on all the interfaces on a computer.

Example 2: Get DNS server IP addresses for a specified interface

PS C:\>Get-DnsClientServerAddress -InterfaceAlias "Wired Ethernet Connection"

This example gets the DNS server IP addresses configured on the interface named Wired Ethernet Connection.

RELATED LINKS

Online Version:

Set-DnsClientServerAddress



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™