top of page
Technical Articles by Avijit Dutta


🚀 PowerShell Script to Scan & Report Media/Torrent Files
This blog explains how system administrators can use a custom PowerShell script to scan domain computers, find unwanted media/torrent files, and generate an Excel report. With built-in switches for dry-run and delete, it offers both safe testing and actual file cleanup, followed by an automated email report.

Avijit Dutta
Sep 9, 20253 min read


PowerShell script to Disable User Accounts via EMPID
Learn how to automate Active Directory account management with PowerShell by fetching users via EMPID, disabling accounts, logging results in Excel, and emailing reports.

Avijit Dutta
Aug 25, 20252 min read


🚫 PowerShell/Registry Hack to Disable USB Access
USB access in enterprises poses major data security risks 🚨. This blog explains how to disable USB ports using PowerShell and Registry hacks, including a bonus USB Read-Only (Write Protection) method. A must-read for IT admins and cybersecurity professionals looking to strengthen Windows security.

Avijit Dutta
Aug 21, 20253 min read


💻 PowerShell Script to Audit Hardware & OS Information from Multiple Computers
Easily audit your IT environment with this PowerShell script 🚀. Fetch details like OS, CPU, RAM, storage, network adapters, and serial numbers from servers & endpoints for compliance and infrastructure management. Perfect for sysadmins and IT auditors.

Avijit Dutta
Aug 20, 20252 min read


🚀 Automating Local Administrator Group Cleanup with PowerShell
🔐 Automate Security with PowerShell
Managing Local Administrator accounts manually across multiple computers is risky and time-consuming ⏳. This step-by-step PowerShell script helps sysadmins remove unwanted local admins, keep only Administrator & Domain Admins, generate an Excel report 📊, and even email results automatically 📧. Perfect for audits, compliance, and enterprise security hardening 🚀.

Avijit Dutta
Aug 19, 20253 min read


🔍 PowerShell Script to Fetch AD User Group Details by Employee ID & Email the Excel Report
A step-by-step PowerShell automation to fetch employee group memberships from Active Directory, export them to Excel, and email the results — perfect for IT admins managing large domains.

Avijit Dutta
Aug 15, 20252 min read


💻 PowerShell Script to Check Microsoft Security Updates (KB) Across Multiple Computers
Keep your Windows environment secure by automating Microsoft Security Update checks with PowerShell! In this guide, we’ll walk you through fetching KB numbers from a file, scanning a list of computers, and exporting installation details. Includes prerequisites, step-by-step explanation, the complete PowerShell script, and a visually enhanced code block for easy embedding in WIX. Perfect for system administrators who want faster patch verification, better compliance tracking,

Avijit Dutta
Aug 14, 20252 min read


⚡PowerShell Script to Fetch Employee Details from Active Directory & Email Reports 📧
Managing employee data in Active Directory (AD) can be ⏳ time-consuming when done manually. Imagine having a 📄 list of Employee IDs and needing to quickly verify their existence in your domain, fetch detailed attributes, and export them into an 📊 Excel sheet — all while automating the process of emailing 📩 the results to stakeholders.

Avijit Dutta
Aug 13, 20252 min read


💽 PowerShell – Automated Disk Space Monitoring with HTML Dashboard & Email Alerts
PowerShell Script for Disk Space Reporting
Keeping an eye on disk space across many machines is a daily task for system administrators 🖥️. Manual checks are slow and error-prone, so here’s a simple, robust PowerShell solution

Avijit Dutta
Aug 11, 20253 min read


Windows Server 2025 Patch Management
Patch management is the process of acquiring, testing, and deploying software updates (security patches, drivers, firmware) to keep systems secure and reliable. In the world of enterprise IT, timely patching is essential to reduce vulnerabilities and maintain compliance.

Avijit Dutta
Jul 30, 20253 min read


Monitor & Export Windows Services on Remote Computers Using PowerShell
Monitor & Export Windows Services on Remote Computers Using PowerShell

Avijit Dutta
Jul 15, 20253 min read


PowerShell Script to Log Off Remote Users
Learn how to use PowerShell Script to Log Off Remote Users

Avijit Dutta
Jul 11, 20253 min read


PowerShell Script for BitLocker Status Reporting and Management on Windows 10/11
Learn how to use PowerShell to generate a BitLocker encryption status report across Windows 10/11 devices, including remote machines. Download a free, ready-to-use PowerShell script for audit, reporting, and email automation.

Avijit Dutta
Jul 8, 20253 min read


PowerShell Command - To to ZIP file and folder
Article No :: KB00022

Avijit Dutta
Feb 14, 20201 min read


Powershell Script - To get "Windows Installed Drive Space info" and "Server Uptime".
Article No :: KB00021

Avijit Dutta
Feb 7, 20205 min read


LDAP Queries for Day-To-Day admin work - Part 3
Article No :: KB0002A practical guide to essential LDAP queries that streamline day-to-day administrative tasks and simplify Active Directory management for IT professionals.0

Avijit Dutta
Jan 31, 20202 min read


LDAP Queries for Day-To-Day admin work - Part 2
A practical guide to essential LDAP queries that streamline day-to-day administrative tasks and simplify Active Directory management for IT professionals.

Avijit Dutta
Jan 28, 20202 min read


LDAP Queries for Day-To-Day admin work - Part 1
A practical guide to essential LDAP queries that streamline day-to-day administrative tasks and simplify Active Directory management for IT professionals.

Avijit Dutta
Jan 21, 20202 min read


PowerShell to get the QBDL (Query Based Distribution List) details
Article :: KB00010

Avijit Dutta
Aug 19, 20192 min read


Powershell to Find the FSMO Role
Article :: KB00004

Avijit Dutta
Jul 17, 20191 min read
bottom of page



