Syntax
Get-CisService [[-Name] <String[]>] [-Server <CisServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet retrieves PSObject objects that represent a proxy to a vCloud Suite SDK API service and can be used to invoke the operations of that vCloud Suite SDK API service. The cmdlet returns one PSObject object for every service available on the vCloud Suite SDK server.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | Specifies the service type ID. | false | false | |
Server | CisServer[] | Specifies the vCloud Suite SDK servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-CisServer. | false | false |
Return Type
One or more PSObject objectsNotes
Examples
-------------- Example 1 --------------
Get-CisService -Name 'com.vmware.cis.tagging.tag'
Retrieves the binding for the specified service.