Syntax
Get-VmcService [[-Name] <String[]>] [-Server <CisServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves PSObject objects that represent a proxy to a VMware Cloud on AWS API service and can be used to invoke the operations of the VMware Cloud on AWS API service.Parameters
Return Type
One or more PSObject objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VmcService
Retrieves all available VMware Cloud on AWS services on the connected VMware Cloud on AWS server.
-------------------------- Example 2 --------------------------
Get-VmcService -Name 'com.vmware.vmc.orgs'
Retrieves a specific VMware Cloud on AWS service by a specific name.