< Back

Get-vRAComponentRegistryServiceEndpoint

Sat Jan 18, 2020 9:55 pm

NAME Get-vRAComponentRegistryServiceEndpoint



SYNOPSIS

Retrieve a list of endpoints for a service





SYNTAX

Get-vRAComponentRegistryServiceEndpoint [-Id] <String[]> [<CommonParameters>]





DESCRIPTION

Retrieve a list of endpoints for a service





PARAMETERS

-Id <String[]>

The Id of the service. Specifying the Id of the service will retrieve detailed information.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

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-vRAComponentRegistryServiceEndpoint













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



PS C:\\>Get-vRAComponentRegistryService -Id xxxxxxxxxxxxxxxxxxxxxxxx | Get-vRAComponentRegistryServiceEndpoint















RELATED LINKS