< Back

Get-vRABlueprint

Sat Jan 18, 2020 9:55 pm

NAME Get-vRABlueprint



SYNOPSIS

Retrieve vRA Blueprints





SYNTAX

Get-vRABlueprint [-ExtendedProperties] [-Limit <String>] [<CommonParameters>]



Get-vRABlueprint -Id <String[]> [-ExtendedProperties] [-Limit <String>] [<CommonParameters>]



Get-vRABlueprint -Name <String[]> [-ExtendedProperties] [-Limit <String>] [<CommonParameters>]





DESCRIPTION

Retrieve vRA Blueprints





PARAMETERS

-Id <String[]>

Specify the ID of a Blueprint



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Name <String[]>

Specify the Name of a Blueprint



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ExtendedProperties [<SwitchParameter>]

Return Blueprint Extended Properties. Performance will be slower since

additional API requests may be required



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Limit <String>

The number of entries returned per page from the API. This has a default value of 100.



Required? false

Position? named

Default value 100

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.Management.Automation.PSObject.





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



PS C:\\>Get-vRABlueprint













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



PS C:\\>Get-vRABlueprint -Id "309100fd-b8ce-4e8c-ac8c-a667b8ace54f"













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRABlueprint -Name "Blueprint01","Blueprint02"













-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-vRABlueprint -Name "Blueprint01","Blueprint02" -ExtendedProperties















RELATED LINKS