Last Reboot Report
-
Sunday, March 04, 2012 10:06 PM
Hi
I got this SQL Report from this link http://blog.tyang.org/2011/07/26/sccm-report-system-boot-time-for-computers-in-a-specific-collection/, I would like to get 2 more columns with it.
selectdistinctv_R_System_Valid.ResourceID,v_R_System_Valid.Netbios_Name0AS[ComputerName],V_GS_OPERATING_SYSTEM.LastBootUpTime0AS[LastBootTime],v_R_System_Valid.Resource_Domain_OR_Workgr0AS[Domain/Workgroup],v_Site.SiteCodeas[SMS Site Code]fromv_R_System_Validinnerjoinv_GS_OPERATING_SYSTEMon(v_GS_OPERATING_SYSTEM.ResourceID = v_R_System_Valid.ResourceID)innerjoinv_FullCollectionMembershipon(v_FullCollectionMembership.ResourceID = v_R_System_Valid.ResourceID)leftjoinv_Siteon(v_FullCollectionMembership.SiteCode = v_Site.SiteCode)Wherev_FullCollectionMembership.CollectionID = @CollectionIDOrderbyv_R_System_Valid.Netbios_Name0
I would like to get last status time for that collection and difference between last status time and last boot up time which will provide whether machine is rebooted or not. Thanks
- Edited by Vimal80 Sunday, March 04, 2012 10:07 PM
All Replies
-
Sunday, March 04, 2012 10:41 PMModeratorWhat do you mean by Last Status time? Where do you find this within the console?
http://www.enhansoft.com/
-
Monday, March 05, 2012 12:25 AM
-
Sunday, March 18, 2012 4:38 PMModerator
I don’t know how I missed this one but try this http://tinyurl.com/87yax5j
http://www.enhansoft.com/
- Marked As Answer by Vimal80 Monday, March 19, 2012 12:26 AM
-
Monday, March 19, 2012 12:26 AMThanks Garth!!.

