Share via


Get method of the PS_DnsServerStatistics class

Retrieve DNS server statistics.

Syntax

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

Parameters

ComputerName [in]

Specifies a DNS server. The acceptable values for this parameter are: an IP V4 address; an IP V6 address; any other value that resolves to an IP address, such as a fully qualified domain name (FQDN), host name, or NETBIOS name.

cmdletOutput [out]

An embedded instance of the DnsServerStatistics 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_DnsServerStatistics