Install-IBDefaultConfig
SYNOPSIS
Configure default Infoblox settings.
SYNTAX
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
Configures the default Infoblox settings using the provided credentials.
EXAMPLE 2
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.