Skip to content

Get Unit Management Point

Gets the management point IDof which the Unit is linked to

Syntax

GetUnitManagementPoint(ByVal unitName As String, ByVal unitType As String) As String

UnitName (String)

The name of the unit

UnitType (String)

Type of Unit

  • “Computer”
  • “User”

 String. The function returns the ID of the Point

VBScript

Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetDefaultManagementPoint("1")
wscript.echo oCMS.GetUnitManagementPoint("Klient","Computer")

CapaInstaller 5.2, build 102