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

Return value

(blue star) Boolean, TRUE if function completed successfully.

(blue star) Boolean, TRUE if function completed successfully. 

Example 

...

(blue star) VBScript
Code Block
languagevbtitleVBScript
If bStatus Then bStatus = CMS_AddComputerToReinstallGroup(gsUnitName, "CapaInstaller")
(blue star) PowerShell

Scripting Guidelines

...

Code Block
languagepowershell
if (CMS_AddComputerToReinstallGroup -group 'reinst') {
  $cs.Job_WriteLog("Added", "Computer added to reinstall group: 'reinst'")
} 

Scripting Guidelines

Related functions

CMS_RemoveComputerFromReinstallGroup