Skip to content

Get‐bConnectEndpoint

Alexander Haugk edited this page Jan 23, 2020 · 4 revisions

Get specified endpoint or all endpoints in given OrgUnit

Parameters

-EndpointGuid
Valid GUID of a endpoint.

-OrgUnitGuid
Valid GUID of an OrgUnit.

-Username
Valid Username.

-PubKey
If set, the result contains the associated public keys.

-InstalledSoftware
If set, the result contains a list of installed software.

-SnmpData
If set, the result contains the associated snmp data.

Output

Array of Endpoint (see bConnect documentation for more details).

Example

Get-bConnectEndpoint -EndpointGuid "3983FAA9-DE26-4948-B375-B1CF635BA26B"
Get-bConnectEndpoint -Username "[email protected]" -InstalledSoftware
Clone this wiki locally