< Back

Get-vLCMContentItem

Sat Jan 18, 2020 9:53 pm

NAME Get-vLCMContentItem



SYNOPSIS

Get content item from vRealize Lifecycle Manager content management service





SYNTAX

Get-vLCMContentItem [[-PackageType] <String>] [<CommonParameters>]





DESCRIPTION

Get all content or a single content by ID.





PARAMETERS

-PackageType <String>

The content type to get



Required? false

Position? 1

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





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



PS C:\\>Get-vLCMContentItem -Id 4e87ae12-75c8-4a8d-83ab-f02d30543a08













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



PS C:\\>Get-vLCMContentItem -PackageType Automation-CompositeBlueprint















RELATED LINKS