CMS_RemoveComputerFromReinstallGroup

Description

Removes a specified computer from a reinstall group

For Business Unit support click here


Syntax

CMS_RemoveComputerFromReinstallGroup(sUnit, sGroup) As Boolean


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example

VBScript
 If bStatus Then bStatus = CMS_RemoveComputerFromReinstallGroup(gsUnitName, "CapaInstaller") 

Scripting Guidelines


Related functions

CMS_AddComputerToReinstallGroup