Get method of the PS_DhcpServerv6StatelessStatistics class

Returns a list of IPv6 subnet prefixes which have stateless clients and the number of addresses in use in each of the subnets.

Syntax

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

Parameters

ComputerName [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv6StatelessStatistics 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_DhcpServerv6StatelessStatistics