Skip to content

Set Group Description

Sets the description of the group

SetGroupDescription(ByVal groupName As String, ByVal group type As String, ByVal description As String) As Boolean

groupName(String)

  • Name of the group

group type (String)

The type of group to retrieve.

  • “Dynamic_ADSI”
  • “Calendar”
  • “Department”
  • “Dynamic_SQL”
  • “Reinstall”
  • “Security”
  • “Static”

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.SetGroupDescription("Default", "Static", "Description of the group")