Share via


Get method of the PS_DnsServerCache class

Retrieves the settings of a DNS server cache.

Syntax

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

Parameters

ComputerName [in]

The remote computer on which to execute the command.

cmdletOutput [out]

An embedded instance of the DnsServerCache class.

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