Get-VPASCMAllConnectorComponents
Synopsis:
GET ALL CONNECTOR MANAGEMENT CONNECTOR COMPONENTS |
Description:
USE THIS FUNCTION TO RETRIEVE CONNECTOR COMPONENTS FROM CONNECTOR MANAGEMENT |
Syntax:
Get-VPASCMAllConnectorComponents -ConnectorID <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMAllConnectorComponents -ConnectorHost <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASCMAllConnectorComponents -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ConnectorID <String> |
-ConnectorHost <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ConnectorComponents = Get-VPASCMAllConnectorComponents -ConnectorID {CONNECTOR ID VALUE} |
$ConnectorComponents = Get-VPASCMAllConnectorComponents -ConnectorHost {CONNECTOR NAME VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |