/
Get unit description
Get unit description
Description
Get the description for a unit
Syntax
GetUnitDescription(ByVal unitName As String, ByVal unitType As String) As String
Parameters
UnitName (String)
The name of the unit
UnitType (String)
Type of Unit
- "Computer"
- "User"
Return Value
String. The function returns the description for the unit.
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetDefaultManagementPoint("1") wscript.echo oCMS.GetUnitDescription("Klient", "Computer")
Related content
Get unit description
Get unit description
More like this
Get unit description
Get unit description
More like this
Set unit description
Set unit description
More like this
Set unit description
Set unit description
More like this
Set unit description
Set unit description
More like this
Get unit linked units
Get unit linked units
More like this