Skip to content

Add unit to business unit

Adds unit to a business unit.

AddUnitToBusinessUnit( Byval  UnitName as String, Byval  UnitType as String, Byval  BusinessUnit as String) as Boolean

UnitName (String)

The name of the unit

UnitType (String)

Type of Unit

  • “Computer”
  • “User”

BusinessUnit(String)

The name of the Business Unit which the unit should be added to

 Boolean. The function returns True if successful, otherwise false.

VBScript

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