A curated collection of PowerShell scripts for system administration, network monitoring, security scanning, and automation tasks.
This repository contains practical PowerShell utilities designed to simplify common administrative workflows, enhance security posture, and provide quick insights into system behavior.
- CVE-2025-59287.ps1 - Scan Active Directory for WSUS servers potentially vulnerable to CVE-2025-59287
- Check-Open-Ports.ps1 - Monitor active TCP connections with process details and data transfer statistics
- Get-ActiveConnections.ps1 - Display established network connections with process information
- network-bandwidth.ps1 - Test network bandwidth using CacheFly CDN (Atera RMM compatible)
- Giphy-Cleanup.ps1 - Clean up Zoom processes and Giphy cache data (optimized for Azure Virtual Desktop)
Most scripts can be executed directly without parameters:
.\ScriptName.ps1Some scripts support additional parameters for enhanced functionality:
.\CVE-2025-59287.ps1 -ScanAllServers -VerboseOutput -OutputPath "C:\Temp\results.csv"Some scripts may require administrative privileges for full functionality. Check individual script documentation for specific requirements.
Each script includes comprehensive inline documentation with:
- Synopsis and detailed description
- Parameter information
- Usage examples
- Author and notes
View help for any script using:
Get-Help .\ScriptName.ps1 -Full- Windows PowerShell 5.1 or PowerShell 7+
- Administrative privileges may be required for certain scripts
- Active Directory module (for AD-related scripts)
- Internet connectivity for network testing utilities
This project is licensed under the MIT License - see the LICENSE file for details.
handcaster - neu-sec
Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.
This repository is actively maintained and regularly updated with new utilities.