Partager via


Get method of the PS_DnsServerResponseRateLimitingExceptionlist class

The Get-DnsServerResponseRateExceptionlist cmdlet enumerates the RRL exceptionlists on the DNS Server.

Syntax

uint32 Get(
  [in]  string                                     ComputerName,
  [in]  string                                     Name,
  [out] DnsServerResponseRateLimitingExceptionlist cmdletOutput[]
);

Parameters

ComputerName [in]

Optional DNS server name.

Name [in]

Name of the RRL exception list.

cmdletOutput [out]

Returns an array of DnsServerResponseRateLimitingExceptionlist embedded instances, which have the following fields:

  • Name
  • Condition
  • ClientSubNet
  • Fqdn
  • ServerInterfaceIP

This parameter returns a value only if PassThru is set to true.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerResponseRateLimitingExceptionlist