Share via


RemoveDhcpConfigurationEvent method of the MSFT_IPAM_DhcpConfigLogEntry class

Deletes all DHCP configuration events that occurred before the specified date.

Syntax

uint32 RemoveDhcpConfigurationEvent(
  [in]  datetime                     EndDate,
  [out] MSFT_IPAM_DhcpConfigLogEntry Output[]
);

Parameters

EndDate [in]

The end date for deleting the configuration events.

Output [out]

When this method returns, this parameter contains an array of the deleted log entry objects.

Return value

Returns "0" on success, otherwise returns a WMI error code.

Requirements

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

See also

MSFT_IPAM_DhcpConfigLogEntry