ConfigureForest
Configures the Active Directory forest to work with Delinea software.
Syntax
void ConfigureForest(string licenseContainerPath)
Parameters
Specify the following parameter when using this method.
Parameter | Description |
---|---|
licenseContainerPath | The LDAP path to the license container holding your Delinea licenses. |
Discussion
Your Delinea license container must be set up before calling this function. See the Licenses class for more information about license containers.
Exceptions
ConfigureForest throws an ArgumentException if the parameter value is null or empty or if the method cannot find the license container object.