< Back

Remove-IBXObject

Wed Jan 15, 2020 2:59 am

NAME Remove-IBXObject



SYNTAX

Remove-IBXObject -Reference <string> [-Force] [-PassThru] [-Timeout <uint32>] [-WhatIf] [-Confirm]

[<CommonParameters>]



Remove-IBXObject -Session <InfobloxSession> -InputObject <Object> [-Force] [-PassThru] [-Timeout <uint32>]

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



Remove-IBXObject -Session <InfobloxSession> -Reference <string> [-Force] [-PassThru] [-Timeout <uint32>] [-WhatIf]

[-Confirm] [<CommonParameters>]



Remove-IBXObject -GridMaster <string> -Credential <pscredential> -InputObject <Object> [-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>]



Remove-IBXObject -GridMaster <string> -Credential <pscredential> -Reference <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>]



Remove-IBXObject -InputObject <Object> [-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 GridByObject, GridReference

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 GridByObject, GridReference

Aliases None

Dynamic? false



-InputObject <Object>

The object to utilize.



Required? true

Position? Named

Accept pipeline input? true (ByValue)

Parameter set name GridByObject, SessionByObject, EnteredSessionByObject

Aliases None

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 object reference string to delete.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name GridReference, SessionReference, EnteredSessionReference

Aliases None

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 SessionByObject, SessionReference

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 GridByObject, GridReference

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

System.Object





OUTPUTS

System.Object



ALIASES

None





REMARKS

None