Client Management Suite

 View Only

Report to see current "Pending Reboot" state on only Windows OS client computers where SMA 8.6 or higher is installed 

Mar 26, 2021 12:00 PM


In ITMS 8.6 release, Symantec Management Agent 8.6 sends "Pending reboot" status of client Windows OS computer.
This information SMA sends after every 30 minutes in "Agent Health Status".
This setting is in registry on client computer.
[HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Communications]"Agent Health Report Interval (secs)"=dword:00000708


To import this custom report:

  1. Download attached .xml
  2. Open Symantec Management Console -> Reports -> All Reports -> Mouse right click menu on root "Reports" folder -> Import

Statistics
0 Favorited
67 Views
2 Files
0 Shares
20 Downloads
Attachment(s)
xml file
Current _Pending Reboot_ state on Windows client computer....xml   11 KB   1 version
Uploaded - Mar 29, 2021
xml file
Current _Pending Reboot_ state on Windows client computer....xml   11 KB   1 version
Uploaded - Mar 21, 2022
New version of report to correctly show Windows 11 managed clients version. Applicable for ITMS 8.6 RU1 with latest 8.6 POST RU1 PF and higher

Tags and Keywords

Comments

Nov 14, 2023 03:07 AM

Hi All,

I have created a easy SQL Query for Task Server "Pending Reboot" status.

In this query output, You have check the Version of task server where server is pending for reboot. You can create a report on ITMS console as create SQL report. Below is the query:-

=========================================================

select 
vc.Name,vc.[IP Address],vc.[User],ap.DisplayName,ap.DisplayVersion, 
(CASE WHEN cs.[MachineState] = 1 THEN 'Yes'    ELSE 'No'    END) AS PendingReboot
from Inv_AddRemoveProgram AP
join vComputer vc on vc.Guid=ap._ResourceGuid
inner join [Inv_AeX_AC_Client_Status] cs on cs._ResourceGuid=vc.Guid
where ap.DisplayName like '%Client Task Server%'

=========================================================

Related Entries and Links

No Related Resource entered.