RemoveIpamServerInventory method of the MSFT_IPAM_ServerInventory class

Deletes an infrastructure server from the IPAM server inventory.

Syntax

uint32 RemoveIpamServerInventory(
  [in]  string                    Name[],
  [out] MSFT_IPAM_ServerInventory Output[]
);

Parameters

Name [in]

The name of the server remove.

Output [out]

When this method returns, this parameter contains the updated server object.

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_ServerInventory