PowerShell Logo Small

Register-DnsClient



This is the built-in help made by Microsoft for the command 'Register-DnsClient', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Registers all of the IP addresses on the computer onto the configured DNS server.

SYNTAX


Register-DnsClient [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Register-DnsClient cmdlet invokes a dynamic update of the DNS names associated with the computer. This cmdlet is global and cannot be invoked on a per-interface basis.
Running this cmdlet is equivalent to running ipconfig /registerdns.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287329
Get-DnsClient
Set-DnsClient

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Register-DnsClient



This example performs a DNS dynamic update on all of the interfaces configured on the computer.