Set method of the PS_DhcpServerv6Binding class

Binds or unbinds the DHCP server from the specified IPv6 interface on the system.

Syntax

uint32 Set(
  [in]  string              ComputerName,
  [in]  boolean             BindingState,
  [in]  string              InterfaceAlias[],
  [in]  boolean             PassThru,
  [out] DhcpServerv6Binding cmdletOutput[]
);

Parameters

ComputerName [in]

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

BindingState [in]

Binding state of the interface (true or false).

InterfaceAlias [in]

IPv6 interface of the system.

PassThru [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv6Binding 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_DhcpServerv6Binding