Get reinstall status
Description
Section titled “Description”Gets the reinstall status for a unit.
Syntax
Section titled “Syntax”GetReinstallStatus(Byval UnitName as String, Byval UnitType as String) as Boolean
Parameters
Section titled “Parameters”UnitName (String)
The name of the unit
UnitType (String)
Type of Unit
- “Computer”
- “User”
Return Value
Section titled “Return Value”Boolean. Returns true if the specified unit has a scheduled reinstall.
Example
Section titled “Example”VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")wscript.echo oCMS.SetDefaultManagementPoint("1")wscript.echo oCMS.GetReinstallStatus("Klient","Computer")