< Back

Get-vLCMContentEndpoint

Sat Jan 18, 2020 9:53 pm

NAME Get-vLCMContentEndpoint



SYNOPSIS

Get content endpoints from vRealize Lifecycle Manager content management service





SYNTAX

Get-vLCMContentEndpoint [[-Category] <String>] [[-Limit] <String>] [<CommonParameters>]





DESCRIPTION

Get all content endpoints or a single content by ID.





PARAMETERS

-Category <String>

The content endpoint category type to filter



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Limit <String>

Limit the number of objects returned. Default = 100



Required? false

Position? 2

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-vLCMContentEndpoint -Category SourceControl













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



PS C:\\>Get-vLCMContentEndpoint | ft















RELATED LINKS