/
Remove unit from reinstall
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")
Related content
Remove unit from reinstall
Remove unit from reinstall
More like this
CMS_RemoveComputerFromReinstallGroup
CMS_RemoveComputerFromReinstallGroup
More like this
CMS_RemoveComputerFromReinstallGroup
CMS_RemoveComputerFromReinstallGroup
More like this
CMS_RemoveComputerFromReinstallGroup
CMS_RemoveComputerFromReinstallGroup
More like this
Add unit to reinstall
Add unit to reinstall
More like this
Add unit to reinstall
Add unit to reinstall
More like this