Get-DnsClientNrptRule

Get-DnsClientNrptRule is accessible with the help of DnsClient module. To configure DnsClient, go through this link.

Synopsis

Retrieves the DNS client NRPT rules.

Description

The Get-DnsClientNrptRule cmdlet retrieves DNS client Name Resolution Policy Table (NRPT) rules with the following details:

— DNS client name setting.

— DNS client version setting.

— DNS client namespace setting.

— DNS client IPsec Certification Authority (CA) restriction setting.

— Direct Access (DA) DNS servers setting.

— DA enabled setting.

— DA proxy type setting.

— DA proxy name setting.

— DA query IPsec encryption setting.

— DA query IPsec required setting.

— DNS client name servers setting.

— DNS security enabled setting.

— DNS security query IPsec encryption setting.

— DNS security query IPsec required setting.

— DNS security validation required setting.

— DNS client name encoding setting.

— DNS client display name setting.

— DNS client comment setting.

Parameters

-AsJob

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the Receive-Job cmdlet.

For more information about Windows PowerShell background jobs, see about_Jobs.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-GpoName

Specifies the name of the Group Policy Object (GPO).

  • If this parameter and the Server parameter are specified, then the NRPT rule is added in the GPO of domain. The Server parameter specifies the domain controller (DC).
  • If neither this parameter nor the Server parameter is specified, then the NRPT rule is added for local client computer.
  • If this parameter is specified and the Server parameter is not specified, then the DC of the domain specified by this parameter value is found and NRPT rule is added to the GPO.
  • If this parameter is not specified and the Server parameter is specified, then an error is displayed.
Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-Name

Specifies the name which uniquely identifies a rule. If this parameter is not specified, then all of the available NRPT rules are retrieved.

Type:String[]
Position:1
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-Server

Specifies the server hosting the GPO. This parameter is only applicable with the GpoName parameter.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-ThrottleLimit

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

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

—————EXAMPLE 1—————
Get NRPT rules for a specified GPO
PS C:>Get-DnsClientNrptRule -GpoName “general.TOSSolution.com\general blog”
This example retrieves NRPT rules for the specified GPO.

—————EXAMPLE 2—————
Get the NRPT rules on a specified server
PS C:\>Get-DnsClientNrptRule -GpoName “general.TOSSolution.com\general blog” -Server “srv1”
This example retrieves an NRPT rule for the specified GPO on the specified server.

—————EXAMPLE 3—————
Get the NRPT rules on a remote computer
PS C:\>Get-DnsClientNrptRule -GpoName “general.TOSSolution.com\general blog” -CimSession 2-srv1.general.TOSSolution.com
This example retrieves the NRPT rules on the remote computer named 2-srv1.general.TOSSolution.com.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-DnsClientNrptRule

Get-Command Get-DnsClientNrptRule

You can also read about

  • Add-DnsClientNrptRule
  • Get-DnsClientNrptGlobal
  • Get-DnsClientNrptPolicy
  • Remove-DnsClientNrptRule
  • Set-DnsClientNrptGlobal
  • Set-DnsClientNrptRule

To know more PowerShell cmdlets(Commands) on DnsClient click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *