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 93 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 252 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 213 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 193 min read


WSUS Settings for Windows 10/11
In enterprise environments, WSUS (Windows Server Update Services) helps IT admins control Windows updates by delivering them from a local server. However, remote or hybrid users may not always have access to the corporate WSUS server. That's where "dual scan" or fallback to internet updates becomes important

Avijit Dutta
Jul 313 min read
bottom of page