Helpfull IT scripts Helpful IT Scripts A curated collection of PowerShell and automation scripts for IT professionals. These scripts aim to simplify daily administrative tasks, improve productivity, and provide quick solutions for common challenges.
📌 What’s Inside?
Prevent Screen Lock
NumLockJoggler.ps1: Toggles NumLock twice every X minutes to keep sessions active without changing the final state.
Endpoint Management (coming soon)
Scripts for monitoring and managing Windows endpoints.
AVD & Remote Management (planned)
Tools for automating Azure Virtual Desktop tasks.
✅ Features
Lightweight, easy-to-use scripts. Clear documentation and usage examples. Designed for Windows environments.
🔧 Example: NumLock Joggler Purpose: Prevents screen lock by simulating NumLock key presses. Usage: PowerShellpowershell.exe -NoProfile -ExecutionPolicy Bypass -File "NumLockJoggler.ps1" -Minutes 10Show more lines Parameters:
-Minutes: Interval in minutes (default: 10) -BlinkMs: Delay between toggles in milliseconds (default: 150)