Share via


Remove method of the PS_DhcpServerDnsCredential class

Removes DNS credentials to be used by the DHCP server for registering leases with the DNS server.

Syntax

uint32 Remove(
  [in]  string                  ComputerName,
  [in]  boolean                 PassThru,
  [out] DhcpServerDnsCredential cmdletOutput
);

Parameters

ComputerName [in]

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

PassThru [in]

If specified, returns an output object for DhcpServerDnsCredential

cmdletOutput [out]

An embedded instance of a DhcpServerDnsCredential object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll

See also

PS_DhcpServerDnsCredential