Remove unit from reinstall

Description

Removes a Unit from reinstall. Does NOT remove the unit from any reinstall groups.


Syntax

RemoveUnitFromReinstall(Byval ComputerName as String) as Boolean


Parameters

ComputerName (String)

The name of the computer


Return Value

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


Example

VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") 
wscript.echo oCMS.SetDefaultManagementPoint("1") 
wscript.echo oCMS.RemoveUnitFromReinstall("Klient")