Skip to content

Exist Unit On Management Point

Gets the management point IDof which the Unit is linked to

Syntax

ExistUnitOnManagementPoint(ByVal unitName As String, ByVal unitType As String, CMPID As Integer) As Boolean

UnitName (String)

The name of the unit

UnitType (String)

Type of Unit

  • “Computer”
  • “User”

CMPID (Integer)

  • The ID of the Management Point

 Boolean. The function returns the True if the Unit Exist on the Point. Else False

VBScript

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

CapaInstaller 5.2, build 102