PowerShell Logo Small

Get-DnsClientNrptGlobal



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

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

SYNTAX


Get-DnsClientNrptGlobal [-AsJob] [-CimSession <CimSession[]>] [-GpoName <String>] [-Server <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-DnsClientNrptGlobal cmdlet retrieves the following Name Resolution Policy Table (NRPT) details:

-- DirectAccess (DA) settings.

-- DNS client query policy.

-- DNS client name resolution fallback policy.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-DnsClientNrptGlobal
EnableDAForAllNetworks QueryPolicy SecureNameQueryFallback
---------------------- ----------- -----------------------
Disable Disable Disable



This example retrieves the global NRPT settings.




EXAMPLE 2

PS C:\>Get-DnsClientNrptGlobal -GpoName "corp.contoso.com\DirectAccess Client Settings"



This example retrieves the global NRPT settings for the GPO named DirectAccess Client Settings that is linked to corp.contoso.com.




EXAMPLE 3

PS C:\>Get-DnsClientNrptGlobal -GpoName "corp.contoso.com\DirectAccess Client Settings" -Server dc1



This example retrieves the global NRPT settings for the GPO named DirectAccess Client Settings that is linked to corp.contoso.com on the server named dc1.




EXAMPLE 4

PS C:\>Get-DnsClientNrptGlobal -GpoName "corp.contoso.com\DirectAccess Client Settings" -CimSession 2-dc1.corp2.corp.contoso.com



This example retrieves the global NRPT settings for the GPO named DirectAccess Client Settings that is linked to corp.contoso.com on the remote computer named
2-dc1.corp2.corp.contoso.com.