Skip to content

Install-IBDefaultConfig

SYNOPSIS

Configure default Infoblox settings.

SYNTAX

Install-IBDefaultConfig [[-Credential] <PSCredential>] [<CommonParameters>]

DESCRIPTION

This function configures the default settings for Infoblox, including the WAPI host, version, and credentials. It ensures the required modules are loaded and retrieves credentials from PasswordState or prompts the user if necessary.

EXAMPLES

EXAMPLE 1

Install-IBDefaultConfig -Credential (Get-Credential)

Configures the default Infoblox settings using the provided credentials.

EXAMPLE 2

Install-IBDefaultConfig

Configures the default Infoblox settings by retrieving credentials from PasswordState or prompting the user if necessary.

PARAMETERS

-Credential

The credential to be used for Infoblox configuration. If not provided, the function attempts to retrieve credentials from PasswordState or prompts the user for input.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES