Skip to content

New-B1Subtenant

SYNOPSIS

Creates a new Infoblox Portal Subtenant

SYNTAX

New-B1Subtenant [-Name] <String> [-Administrator] <Object> [[-Description] <String>] [[-State] <String>]
 [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This function is used to create a new Infoblox Portal Subtenant.

EXAMPLES

EXAMPLE 1

New-B1Subtenant -Name "Dev" -Administrator "Admin User" -Description "Dev Subtenant"

PARAMETERS

-Name

The name for the new Subtenant

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Administrator

The administrative user for the new Subtenant. This supports tab-completion.

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description

The description for the new Subtenant

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-State

The state of the new Subtenant. Valid values are "active" or "disabled". Default is "active"

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: Active
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
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