< Back

Remove-vRACustomForm

Sat Jan 18, 2020 10:03 pm

NAME Remove-vRACustomForm



SYNOPSIS

Remove a vRA Custom Form for a Blueprint





SYNTAX

Remove-vRACustomForm [-BlueprintId] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove a vRA Custom Form for a Blueprint





PARAMETERS

-BlueprintId <String[]>

Specify the ID of a Blueprint



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? 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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-vRACustomForm -BlueprintId "CentOS"













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRABlueprint -Name "CentOS" | Remove-vRACustomForm















RELATED LINKS