Skip to content

Get Group Description

Returns the description of the group

GetGroupDescription(ByVal groupName As String, ByVal groupType As String) As String

groupName(String)

  • Name of the group

groupType (String)

The type of group to retrieve.

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

A String that contains the description of the group

VBScript

Set oCMS = CreateObject("CapaInstaller.SDK")
Set aUnit = CreateObject("System.Collections.ArrayList")
oCMS.SetDefaultManagementPoint("1")
wscript.echo oCMS.GetGroupDescription("Default","Static")