< Back

New-IBXSession

Wed Jan 15, 2020 2:53 am

NAME New-IBXSession



SYNTAX

New-IBXSession [-GridMaster] <string> [-Credential] <pscredential> [-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}] [<CommonParameters>]





PARAMETERS

-Credential <pscredential>

The credentials to use to access the Grid Master.



Required? true

Position? 1

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? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases ComputerName

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 (All)

Aliases ApiVersion

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

System.String





OUTPUTS

System.Object



ALIASES

None





REMARKS

None