/
Exist Unit On Management Point
Exist Unit On Management Point
Description
Gets the management point IDof which the Unit is linked to
Syntax
ExistUnitOnManagementPoint(ByVal unitName As String, ByVal unitType As String, CMPID As Integer) As Boolean
Parameters
UnitName (String)
The name of the unit
UnitType (String)
Type of Unit
- "Computer"
- "User"
CMPID (Integer)
- The ID of the Management Point
Return Value
Boolean. The function returns the True if the Unit Exist on the Point. Else False
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetDefaultManagementPoint("1") wscript.echo oCMS.ExistUnitOnManagementPoint("Klient","Computer","1")
Available from
CapaInstaller 5.2, build 102
Related content
Exist Unit On Management Point
Exist Unit On Management Point
More like this
Exist unit location
Exist unit location
More like this
Exist unit location
Exist unit location
More like this
Exist unit location
Exist unit location
More like this
Get Unit Management Point
Get Unit Management Point
More like this
Get Unit Management Point
Get Unit Management Point
More like this