< Back
Set-vRACustomForm
Post
NAME Set-vRACustomForm
SYNOPSIS
Enable or Disable vRA Custom Form for a Blueprint
SYNTAX
Set-vRACustomForm [-BlueprintId] <String[]> [-Action] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Enable or Disable a vRA Custom Form to a Blueprint
PARAMETERS
-BlueprintId <String[]>
The objectId of the blueprint
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Action <String>
The action to take on the Custom Form of the Blueprint
Required? true
Position? 2
Default value
Accept pipeline input? false
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
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-vRACustomForm -BlueprintId "CentOS" -Action Enable
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-vRACustomForm -BlueprintId "CentOS" -Action Disable
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRABlueprint -Name "CentOS" | Set-vRACustomForm -Action Enable
RELATED LINKS
SYNOPSIS
Enable or Disable vRA Custom Form for a Blueprint
SYNTAX
Set-vRACustomForm [-BlueprintId] <String[]> [-Action] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Enable or Disable a vRA Custom Form to a Blueprint
PARAMETERS
-BlueprintId <String[]>
The objectId of the blueprint
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Action <String>
The action to take on the Custom Form of the Blueprint
Required? true
Position? 2
Default value
Accept pipeline input? false
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
System.String
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-vRACustomForm -BlueprintId "CentOS" -Action Enable
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-vRACustomForm -BlueprintId "CentOS" -Action Disable
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRABlueprint -Name "CentOS" | Set-vRACustomForm -Action Enable
RELATED LINKS