Get method of the PS_DhcpServerv6ScopeStatistics class

Gets the statistics corresponding to the specified IPv6 prefix for a DHCP Server. Returns statistics for all IPv6 prefixes on the server if no prefix is specified.

Syntax

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

Parameters

Prefix [in]

The IPv6 prefixes of the scopes for which the statistics are requested.

ComputerName [in]

DNS name or IP address of the target computer running the DHCP server service.

cmdletOutput [out]

An embedded instance of the DhcpServerv6ScopeStatistics class.

Requirements

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

See also

PS_DhcpServerv6ScopeStatistics