PowerShell Logo Small

Set-DnsClient



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

Sets the interface specific DNS client configurations on the computer.

SYNTAX


Set-DnsClient [-InterfaceAlias] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-ConnectionSpecificSuffix <String>] [-PassThru]
[-RegisterThisConnectionsAddress <Boolean>] [-ResetConnectionSpecificSuffix] [-ThrottleLimit <Int32>] [-UseSuffixWhenRegistering <Boolean>]
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-DnsClient [-AsJob] [-CimSession <CimSession[]>] [-ConnectionSpecificSuffix <String>] [-PassThru] [-RegisterThisConnectionsAddress
<Boolean>] [-ResetConnectionSpecificSuffix] [-ThrottleLimit <Int32>] [-UseSuffixWhenRegistering <Boolean>] -InputObject <CimInstance[]>
[-Confirm] [-WhatIf] [<CommonParameters>]
Set-DnsClient [-AsJob] [-CimSession <CimSession[]>] [-ConnectionSpecificSuffix <String>] [-PassThru] [-RegisterThisConnectionsAddress
<Boolean>] [-ResetConnectionSpecificSuffix] [-ThrottleLimit <Int32>] [-UseSuffixWhenRegistering <Boolean>] -InterfaceIndex <UInt32[]>
[-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-DnsClient cmdlet sets the interface specific DNS client configurations on the computer.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?LinkId=262528
Get-DnsClient
Register-DnsClient

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-DnsClient -InterfaceIndex 12 -ConnectionSpecificSuffix "corp.contoso.com"



This example sets the connection-specific suffix on an interface with index 12.