Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Adds the specified computer to the specified reinstall group

For Business Unit support click here


Syntax

(blue star) CMS_AddComputerToReinstallGroup(sUnit, sGroup) as Boolean

(blue star) [bool]CMS_AddComputerToReinstallGroup -group <string>


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example 

(blue star) VBScript
Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_AddComputerToReinstallGroup(gsUnitName, "CapaInstaller")
(blue star) Powershell
Code Block
languagepowershell
if (CMS_AddComputerToReinstallGroup -group 'reinst') {
  $cs.Job_WriteLog("Added", "Computer added to reinstall group: 'reinst'")
} 

 

Scripting Guidelines


Related functions

CMS_RemoveComputerFromReinstallGroup