Share via


Start method of the PS_DnsServerScavenging class

Notifies a DNS server to attempt an immediate search for stale resource records in a specified DNS server.

Syntax

uint32 Start(
  [in] string  ComputerName,
  [in] boolean Force
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command

Force [in]

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

Requirements

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

See also

PS_DnsServerScavenging