VBSCRIPT Initiate the software updates cycle
VBScript to Initiate the software updates cycle ' Set the required variables. actionNameToRun = "Software Updates Assignments Evaluation Cycle" ' Create a CPAppletMgr instance. Dim oCPAppletMgr Set oCPAppletMgr = CreateObject("CPApplet.CPAppletMgr") ' Get the available ClientActions object. Dim oClientActions Set oClientActions = oCPAppletMgr.GetClientActions() ' Loop through the available … Read more