EnableIpamCapability method of the MSFT_IPAM_ServerCapabilities class

Enables an optional feature on an IPAM Server.

Syntax

uint32 EnableIpamCapability(
  [in]  uint16                       Capability,
  [out] MSFT_IPAM_ServerCapabilities Output[]
);

Parameters

Capability [in]

The name of the feature to enable.

The possible values are:

1

IpAddressTracking

Output [out]

When this method returns, this parameter contains an array that contains the updated IPAM server features.

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_ServerCapabilities