CMS_AddComputerToReinstallGroup
Description
Section titled “Description”Adds the computer to the specified reinstall group
For Business Unit support click Business Unit support
Syntax
Section titled “Syntax”CMS_AddComputerToReinstallGroup(sUnit, sGroup) as Boolean[bool] CMS_AddComputerToReinstallGroup -group <string>Parameters
Section titled “Parameters”sUnit (String)
Section titled “sUnit (String)”Unit name
sGroup (String)
Section titled “sGroup (String)”Group name
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully.
Boolean, TRUE if function completed successfully.
Example
Section titled “Example”If bStatus Then bStatus = CMS_AddComputerToReinstallGroup(gsUnitName, "CapaInstaller")if (CMS_AddComputerToReinstallGroup -group 'reinst') { $cs.Job_WriteLog("Added", "Computer added to reinstall group: 'reinst'")}Related functions
Section titled “Related functions”CMS_RemoveComputerFromReinstallGroup Constants Package Property Variables Business Unit support