< Back

Add-IBXIPAddressToHostRecord

Wed Jan 15, 2020 2:38 am

NAME Add-IBXIPAddressToHostRecord



SYNTAX

Add-IBXIPAddressToHostRecord -Reference <string> -IP <string> [-Force] [-PassThru] [-Timeout <uint32>] [-WhatIf]

[-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -Session <InfobloxSession> -Reference <string> -IP <string> [-Force] [-PassThru]

[-Timeout <uint32>] [-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -Session <InfobloxSession> -Reference <string> -IPs <string[]> [-Force] [-PassThru]

[-Timeout <uint32>] [-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -Session <InfobloxSession> -Reference <string> -NextAvailableIp -Network <string>

[-Force] [-PassThru] [-Timeout <uint32>] [-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -GridMaster <string> -Credential <pscredential> -Reference <string> -IP <string>

[-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 | 1.4 | 1.4.1 | 1.4.2 | 1.5 | 1.6 | 1.6.1 | 1.7 | 1.7.1 | 1.7.2

| 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 | 2.2.2 | 2.3}] [-Force] [-PassThru] [-Timeout <uint32>]

[-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -GridMaster <string> -Credential <pscredential> -Reference <string> -IPs <string[]>

[-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 | 1.4 | 1.4.1 | 1.4.2 | 1.5 | 1.6 | 1.6.1 | 1.7 | 1.7.1 | 1.7.2

| 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 | 2.2.2 | 2.3}] [-Force] [-PassThru] [-Timeout <uint32>]

[-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -GridMaster <string> -Credential <pscredential> -Reference <string> -NextAvailableIp

-Network <string> [-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 | 1.4 | 1.4.1 | 1.4.2 | 1.5 | 1.6 | 1.6.1 |

1.7 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 | 2.2.2 | 2.3}] [-Force] [-PassThru]

[-Timeout <uint32>] [-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -Reference <string> -IPs <string[]> [-Force] [-PassThru] [-Timeout <uint32>]

[-WhatIf] [-Confirm] [<CommonParameters>]



Add-IBXIPAddressToHostRecord -Reference <string> -NextAvailableIp -Network <string> [-Force] [-PassThru] [-Timeout

<uint32>] [-WhatIf] [-Confirm] [<CommonParameters>]





PARAMETERS

-Confirm



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases cf

Dynamic? false



-Credential <pscredential>

The credentials to use to access the Grid Master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridSingleIp, GridMultipleIp, GridNextAvailableIp

Aliases None

Dynamic? false



-Force

Ignores the confirm prompts.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-GridMaster <string>

The IP address or FQDN of the grid master interface.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridSingleIp, GridMultipleIp, GridNextAvailableIp

Aliases None

Dynamic? false



-IP <string>

Add a single IP to a dns host record.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridSingleIp, SessionSingleIp, EnteredSessionSingleIp

Aliases IPAddress

Dynamic? false



-IPs <string[]>

An array of IP Addresses to add to a dns host record.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridMultipleIp, SessionMultipleIp, EnteredSessionMultipleIp

Aliases IPAddresses

Dynamic? false



-Network <string>

Specify the network the next available IP should come from, in FQDN/CIDR notation, like 192.168.0.1/24.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridNextAvailableIp, SessionNextAvailableIp, EnteredSessionNextAvailableIp

Aliases None

Dynamic? false



-NextAvailableIp

Switch to change the IP address of the host to the next available in DHCP.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridNextAvailableIp, SessionNextAvailableIp, EnteredSessionNextAvailableIp

Aliases NextAvailable

Dynamic? false



-PassThru

Specifies if the object should be passed down the pipeline.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Reference <string>

The dns host record reference string.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases Ref

Dynamic? false



-Session <InfobloxSession>

An established session object to use to connect to the grid master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name SessionSingleIp, SessionMultipleIp, SessionNextAvailableIp

Aliases None

Dynamic? false



-Timeout <uint32>

The timeout in seconds to use for the HttpClient. This defaults to 100.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Version <string>

The version of the Infoblox WAPI, will default to LATEST.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name GridSingleIp, GridMultipleIp, GridNextAvailableIp

Aliases ApiVersion

Dynamic? false



-WhatIf



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases wi

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None