Share via


GetByPrefix method of the PS_DhcpServerv6Reservation class

Returns the reserved IPv6 addresses on the server.

Syntax

uint32 GetByPrefix(
  [in]  string                  Prefix,
  [in]  string                  ComputerName,
  [out] DhcpServerv6Reservation cmdletOutput[]
);

Parameters

Prefix [in]

IPv6 prefix of the DHCP server from which the reservations 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 DhcpServerv6Reservation 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_DhcpServerv6Reservation