PowerShell Logo Small

Set-DnsClientGlobalSetting



This is the built-in help made by Microsoft for the command 'Set-DnsClientGlobalSetting', 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 DNS client global, non-interface specific, settings.

SYNTAX


Set-DnsClientGlobalSetting [-AsJob] [-CimSession <CimSession[]>] [-DevolutionLevel <UInt32>] [-InputObject <CimInstance[]>] [-PassThru]
[-SuffixSearchList <String[]>] [-ThrottleLimit <Int32>] [-UseDevolution <Boolean>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-DnsClientGlobalSettings cmdlet sets the global DNS client settings that are global, that are not associated with a specific interface.
These settings affect the behavior of the DNS client across all interfaces.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?LinkId=262529
Get-DnsClientGlobalSetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-DnsClientGlobalSetting -SuffixSearchList @("corp.contoso.com", "na.corp.contoso.com")



This example sets the DNS suffix search list on the computer.