Skip to content

Set unit description

Sets the description for a unit 

SetUnitDescription(ByVal unitName As String, ByVal unitType As String, ByVal description As String) As Boolean

UnitName (String)

The name of the unit

UnitType (String)

Type of Unit

  • “Computer”
  • “User”

Description(String)

The description of the unit

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

VBScript

Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetDefaultManagementPoint("1")
wscript.echo oCMS.SetUnitDescription("Klient", "Computer", "Description of the unit")