/
Get reinstall status
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")
, multiple selections available,
Related content
Get reinstall status
Get reinstall status
More like this
Get reinstall status
Get reinstall status
More like this
Remove unit from reinstall
Remove unit from reinstall
More like this
Remove unit from reinstall
Remove unit from reinstall
More like this
Get unit package status
Get unit package status
More like this
Get unit package status
Get unit package status
More like this