Remove method of the PS_DhcpServerv6Class class

Deletes an IPv6 vendor class or user class from a DHCP Server.

Syntax

uint32 Remove(
  [in]  boolean           PassThru,
  [in]  string            Type,
  [in]  string            Name[],
  [in]  string            ComputerName,
  [out] DhcpServerv6Class cmdletOutput[]
);

Parameters

PassThru [in]

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

Type [in]

Type of the class being deleted. Permissible values are Vendor or User.

Vendor ("Vendor")

User ("User")

Name [in]

Name of the vendor or user class to be deleted.

ComputerName [in]

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

cmdletOutput [out]

An embedded instance of the DhcpServerv6Class 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_DhcpServerv6Class