PowerShell Logo Small

Set-DnsClientNrptGlobal



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

Modifies the global Name Resolution Policy Table (NRPT) settings.

SYNTAX


Set-DnsClientNrptGlobal [-AsJob] [-CimSession <CimSession[]>] [-EnableDAForAllNetworks <String>] [-GpoName <String>] [-PassThru] [-QueryPolicy <String>]
[-SecureNameQueryFallback <String>] [-Server <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-DnsClientNrptGlobal cmdlet modifies the following global Name Resolution Policy Table (NRPT) settings:

-- DNS client enable Direct Access (DA) for all networks setting.

-- DNS client query policy.

-- DNS client secure name query fallback setting.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287333
Add-DnsClientNrptRule
Get-DnsClientNrptGlobal
Get-DnsClientNrptPolicy
Get-DnsClientNrptRule
Remove-DnsClientNrptRule
Set-DnsClientNrptRule

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-DnsClientNrptGlobal -EnableDAForAllNetworks disable -PassThru
EnableDAForAllNetworks QueryPolicy SecureNameQueryFallback
---------------------- ----------- -----------------------
Disable Disable Disable



This example modifies the EnableDAForAllNetworks settings in the NPRT globally.