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