SCCM Site Systems and Components Summarizer Reports
I received an email today from someone who downloaded my SCCM Health Check Script 3.5. He asked me if I can help to modify the script to only display Site Systems and Components status. I thought this can be easily achieved by creating few simple reports inside SCCM. If you are running SCCM 2007 R3 [...]
SCCM Report: Site Boundaries
I wrote this simple report yesterday to list and search site boundaries: Report Name: SCCM Site Boundaries SQL Query: Prompts: Name: BoundaryName Prompt Text: Boundary Name Prompt SQL Statement:
SCCM Report: “System Boot Time for Computers in a Specific Collection
This is a report I wrote last week: “System Boot Time for Computers in a Specific Collection”. SQL Statement: Prompts: Name: CollectionID Prompt Text: Collection Prompt SQL Statement: Please note the system boot time is collected from LastBootUpTime in Win32_OperatingSystem via SCCM client hardware inventory. Therefore the information is as current as SCCM client’s [...]