< Back

Get-vRAContentData

Sat Jan 18, 2020 9:56 pm

NAME Get-vRAContentData



SYNOPSIS

Get the raw data associated with vRA content





SYNTAX

Get-vRAContentData [-Id] <String[]> [[-SecureValueFormat] <String>] [<CommonParameters>]





DESCRIPTION

Get the raw data associated with vRA content





PARAMETERS

-Id <String[]>

The id of the content



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SecureValueFormat <String>

How secure data will be represented in the export



Required? false

Position? 2

Default value BLANKOUT

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:\\>Get-vRAContent -Name "Some Content" | Get-vRAContentData













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



PS C:\\>Get-vRAContent -Name "Some Content" | Get-vRAContentData | Out-File SomeContent.yml















RELATED LINKS