Get-VPASCMAllComponents


Supported Environments:
SelfHosted
SharedServices
PCloudStandard


Synopsis:

GET ALL CONNECTOR MANAGEMENT COMPONENTS


Description:

USE THIS FUNCTION TO RETRIEVE ALL COMPONENTS FROM CONNECTOR MANAGEMENT


Syntax:

Get-VPASCMAllComponents [[-token] <Hashtable>] [<CommonParameters>]


Parameters:

-token <Hashtable>
HashTable of data containing various pieces of login information (PVWA, LoginToken, HeaderType, etc).
If -token is not passed, function will use last known hashtable generated by New-VPASToken

Required: false
Position: 1
Default value:
Accept pipeline input: true (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)


Examples:

$AllComponents = Get-VPASCMAllComponents


Outputs:

If successful:
{
         "components": [
                 {
                         "componentId": "189237bdhj-akjhsd-43b0-ac11-ahsgd871010101",
                         "componentName": "Central Policy Manager Scanner",
                         "acronym": "cpm scanner",
                         "componentStatus": "Active",
                         "connectorId": "ManagementAgent_ecbf2ce1-kjhd-2345-ag48-jjdgsfsret5698",
                         "version": "13.2.0.2",
                         "upgradeVersions": "",
                         "usedCpu": 0.439,
                         "usedMemory": 1.531,
                         "installedAt": 1710821628343,
                         "updatedAt": 1723831555919,
                         "maintenanceStatus": null
                 },
                 {
                         "componentId": "189237bdhj-akjhsd-43b0-ac11-ahsgd87hg687131",
                         "componentName": "Privileged Session Manager",
                         "acronym": "psm",
                         "componentStatus": "Active",
                         "connectorId": "ManagementAgent_ecbf2ce1-kjhd-2345-ag48-jjdgsfsret5698",
                         "version": "14.2.0.3",
                         "upgradeVersions": "v14.3.0.8",
                         "usedCpu": 0.304,
                         "usedMemory": 0.949,
                         "installedAt": 1711987268166,
                         "updatedAt": 1723831555919,
                         "maintenanceStatus": null
                 },
                 {
                         "componentId": "ManagementAgent_ecbf2ce1-kjhd-2345-ag48-jjdgsfsret5698",
                         "componentName": "Management Agent",
                         "acronym": "Management Agent",
                         "componentStatus": "Active",
                         "connectorId": "ManagementAgent_ecbf2ce1-kjhd-2345-ag48-jjdgsfsret5698",
                         "version": "1.0.483.0",
                         "upgradeVersions": "v1.0.581",
                         "usedCpu": 2.91,
                         "usedMemory": 0.669,
                         "installedAt": 1710820946924,
                         "updatedAt": 1723831555919,
                         "maintenanceStatus": null
                 },
                 {
                         "componentId": "189237bdhj-akjhsd-43b0-ac11-ahsgd87ajhsgdhja",
                         "componentName": "Password Manager",
                         "acronym": "cpm",
                         "componentStatus": "Active",
                         "connectorId": "ManagementAgent_ecbf2ce1-kjhd-2345-ag48-jjdgsfsret5698",
                         "version": "14.0.0.6",
                         "upgradeVersions": "v14.2.1.6",
                         "usedCpu": 0.661,
                         "usedMemory": 0.917,
                         "installedAt": 1710821627249,
                         "updatedAt": 1723831555919,
                         "maintenanceStatus": null
                 }
         ]
}

$false if failed