baramundisoftware / PS-bConnect

Powershell module for baramundi Connect (bConnect), the REST-API of the baramundi Management Suite
https://www.baramundi.com/en/management-suite/interfaces/
MIT License
26 stars 14 forks source link

Add LocalID + Architecture to Create new Endpoint as parameters #85

Closed phillscholl closed 11 months ago

phillscholl commented 11 months ago

Please add LocalID and Architecture as a parameter to the New-bConnectEndpoint.

Example: New-bConnectEndpoint -Type WindowsEndpoint -DisplayName "$hostname" -HostName "$hostname" -LocalID 1033 -Architecture "x64"

T0biii commented 11 months ago

i guess this two informations are collectet via mini Inventur. in the Docs this to Properties are read Only: image image

so it cant be set via bConnect (creation=C, reading=R and updating=U)

phillscholl commented 11 months ago

Then why can i set them when i create an endpoint in baramundi?: image

T0biii commented 11 months ago

good question maybe someone from Baramundi can answer it: @baramundi-ahaugk @baramundi-lkersten
or open a ticket

baramundi-ahaugk commented 11 months ago

This script only utilizes the existing functions of the bConncet API. The requested properties are read-only.

You may open a feature request via Feedback-Portal to request a change in the future.