RemoveIpAuditLog method of the MSFT_IPAM_IpAuditLogEntry class

Deletes IP address audit events that occurred before the specified date.

Syntax

uint32 RemoveIpAuditLog(
  [in]  datetime                  EndDate,
  [out] MSFT_IPAM_IpAuditLogEntry Output[]
);

Parameters

EndDate [in]

The end date for deleting the 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_IpAuditLogEntry