This repository contains a collection of useful scripts for IT Support and System Administration tasks on Windows systems. These tools are designed to simplify daily maintenance, diagnostics, and user management in small business or lab environments.
Creates multiple local user accounts with predefined usernames and passwords. Useful for testing, labs, onboarding, or training environments.
Performs basic network diagnostics using ping, Test-Connection, and displays DNS cache. Helps identify connectivity or DNS issues quickly.
Basic disk cleanup batch script that deletes temporary files from system and user directories to free up space.
-
Clone the repo:
git clone https://github.com/BKhan-Ops/Windows-IT-Scripts.git cd Windows-IT-Scripts -
Run the scripts:
PowerShell scripts: Right-click → “Run with PowerShell” (or run via terminal as admin). Batch script: Run via Command Prompt with admin rights for full cleanup.⚠️ Some scripts may require administrator privileges to run properly.
Windows 10/11 or Windows Server (2016+)
PowerShell 5.1+ (installed by default on most Windows systems)
Administrator access for some operations
Basic understanding of PowerShell or CMD usage
This project is licensed under the MIT License.
👨💻 Author B. Khan (Ops) GitHub Profile - https://github.com/BKhan-Ops