Share via


Remove method of the PS_DnsServerResponseRateLimitingExceptionlist class

The Remove-DnsServerResponseRateLimitingExceptionlist cmdlet removes a RRL exceptionlist from the DNS server.

Syntax

uint32 Remove(
  [in]  string                                     ComputerName,
  [in]  boolean                                    Force,
  [in]  string                                     Name,
  [in]  boolean                                    PassThru,
  [out] DnsServerResponseRateLimitingExceptionlist cmdletOutput
);

Parameters

ComputerName [in]

Optional DNS server name.

Force [in]

True to not require user confirmation before continuing with the operation; false to require user confirmation. The default value is false.

Name [in]

Name of the RRL exception list.

PassThru [in]

true to return the current instance in the CmdletOutput parameter. The default is false.

cmdletOutput [out]

On return, contains a DnsServerResponseRateLimitingExceptionlist with 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