UpdateIpamServer method of the MSFT_IPAM_Server class

Updates an IPAM server following an operating system upgrade.

Syntax

uint32 UpdateIpamServer(
  [in] boolean DeleteSystemCheckFailureRows
);

Parameters

DeleteSystemCheckFailureRows [in]

True to delete error data for a failed IPAM database schema validation; otherwise false.

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_Server