< Back

Get-vRAApplianceServiceStatus

Sat Jan 18, 2020 9:55 pm

NAME Get-vRAApplianceServiceStatus



SYNOPSIS

Get information about vRA services



Deprecated. Use Get-vRAComponentRegistryServiceStatus instead.





SYNTAX

Get-vRAApplianceServiceStatus [[-Name] <String[]>] [[-Limit] <String>] [<CommonParameters>]





DESCRIPTION

Get information about vRA services. These are the same services that you will see via the service tab



Deprecated. Use Get-vRAComponentRegistryServiceStatus instead.





PARAMETERS

-Name <String[]>

The name of the service to query



Required? false

Position? 1

Default value

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? 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-vRAApplianceServiceStatus













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



PS C:\\>Get-vRAApplianceServiceStatus -Limit 9999













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



PS C:\\>Get-vRAApplianceServiceStatus -Name iaas-service















RELATED LINKS