Share via


Get method of the PS_DnsServerResponseRateLimiting class

Gets the response rate limiting on a DNS server.

Syntax

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

Parameters

ComputerName [in]

Optional DNS server name.

cmdletOutput [out]

On return, contains a DnsServerResponseRateLimiting object that contains the response rate limiting (RRL) for a DNS server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerResponseRateLimiting