Skip to content

New‐bConnectEndpoint

Alexander Haugk edited this page Jan 21, 2020 · 3 revisions

Create a new endpoint.

Parameters

-Type
Enum bConnectEndpointType.

-DisplayName
DisplayName of the new endpoint. This is also used as hostname for Windows-Endpoints.

-GroupGuid
Valid GUID of the target OU (default: "Logical Group").

-PrimaryUser
Primary user of this endpoint. Mandatory for WindowsPhone-Endpoints.

Output

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

Example

New-bConnectEndpoint -Type WindowsEndpoint -DisplayName "WindowsClient1"
Clone this wiki locally