Show method of the PS_DnsServerCache class

Dumps a DNS server cache.

Syntax

uint32 Show(
  [in]  string                  ComputerName,
  [in]  string                  CacheScope,
  [out] DnsServerResourceRecord cmdletOutput[]
);

Parameters

ComputerName [in]

The remote computer on which to execute the command.

CacheScope [in]

The scope name of the cache to clear.

Windows Server 2012 R2 and Windows Server 2012: Not supported.

cmdletOutput [out]

When this method returns, this parameter contains an instance of the current object.

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_DnsServerCache