CMS_AddComputerToReinstallGroup
Description
Adds the specified computer the specified reinstall group
For Business Unit support click here
Â
Syntax
CMS_AddComputerToReinstallGroup(sUnit, sGroup) as Boolean
Â
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Â
ExampleÂ
VBScript
If bStatus Then bStatus = CMS_AddComputerToReinstallGroup(gsUnitName, "CapaInstaller")
Â