Description
Adds the computer to the specified reinstall group
For Business Unit support click here
Syntax
CMS_AddComputerToReinstallGroup(sUnit, sGroup) as Boolean
[bool]CMS_AddComputerToReinstallGroup -group <string>
Parameters
sUnit (String)
Unit name
sGroup (String)
Group name
Example
VBScript
If bStatus Then bStatus = CMS_AddComputerToReinstallGroup(gsUnitName, "CapaInstaller")
Powershell
if (CMS_AddComputerToReinstallGroup -group 'reinst') { $cs.Job_WriteLog("Added", "Computer added to reinstall group: 'reinst'") }