InvokeIpamServerProvisioning method of the MSFT_IPAM_Server class

Provisions an IPAM server.

Syntax

uint32 InvokeIpamServerProvisioning(
  [in] string DatabaseServer,
  [in] string DatabaseName,
  [in] uint16 DatabasePort,
  [in] uint16 DatabaseAuthType,
  [in] string DatabaseCredential,
  [in] uint16 ProvisioningMethod,
  [in] string GpoPrefix,
  [in] string WidSchemaPath
);

Parameters

DatabaseServer [in]

The name of the server to provision.

DatabaseName [in]

The name of the IPAM database.

DatabasePort [in]

The incoming port to configure on the server.

DatabaseAuthType [in]

The type of authentication to use to connect to the IPAM database.

0

Authentication Not Configured.

1

Windows Authentication.

Note

If you use Windows authentication, IPAM will use the server machine account to connect to the database.

2

SQL Authentication.

Note

If you use Windows SQL authentication, specify a username and password to connect to the database.

DatabaseCredential [in]

The credentials for the IPAM database.

ProvisioningMethod [in]

The provisioning method to configure on the server.

GpoPrefix [in]

The GPO prefix to use for Group Policy based provisioning.

WidSchemaPath [in]

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