< Back

Get-vRACustomForm

Sat Jan 18, 2020 9:56 pm

NAME Get-vRACustomForm



SYNOPSIS

Retrieve vRA Custom Form for a Blueprint





SYNTAX

Get-vRACustomForm [-BlueprintId] <String[]> [<CommonParameters>]





DESCRIPTION

Retrieve 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



<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.String





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



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













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



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















RELATED LINKS