Set method of the PS_DhcpServerv6Reservation class

Modifies the properties of the specified IPv6 Reservation.

Syntax

uint32 Set(
  [in]  string                  ComputerName,
  [in]  string                  IPAddress,
  [in]  string                  ClientDuid,
  [in]  uint32                  Iaid,
  [in]  string                  Name,
  [in]  string                  Description,
  [in]  boolean                 PassThru,
  [out] DhcpServerv6Reservation cmdletOutput
);

Parameters

ComputerName [in]

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

IPAddress [in]

IPv6 address of the reservation being modified.

ClientDuid [in]

DHCPv6 unique identifier of the client.

Iaid [in]

DHCPv6 IAID (interface identifier).

Name [in]

Name to be set for the reservation.

Description [in]

Description string to be set for the reservation.

PassThru [in]

If this parameter is specified, the cmdlet returns the PowerShell object which is modified.

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