🛠️ How to Create a Custom SSRS Report to Get All Software Products by a Specific Company

If you’re managing a large IT environment and want to generate a report that lists all software installed across systems from a specific company — like Microsoft, Adobe, or Google — you’re in the right place. In this guide, you’ll learn how to build a custom SQL query for SSRS (SQL Server Reporting Services) that … Read more

🔐 Essential Windows Commands for Managing Passwords

Whether you’re a system admin, helpdesk technician, or a curious power user, password management is something you’ll deal with often. Here’s a neat little collection of powerful Windows command-line tools you can use to reset, set, and manage passwords—without opening a single window or GUI. 🔁 1. Reset a Password for an Active Directory User … Read more

How to Generate a Report of Client Device Uptime in SCCM with Serial Numbers

Monitoring client device uptime is crucial for ensuring system health, stability, and compliance—especially in enterprise environments. In Microsoft Endpoint Configuration Manager (SCCM), you can quickly fetch and export this information using a simple SQL query. In this guide, we’ll walk you through a SQL script that retrieves the hostname, last boot time, and uptime in … Read more