├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── issue-report.md ├── dependabot.yml └── workflows │ ├── mkdocs.yml │ ├── package-release.yml │ └── release-descriptor.yml ├── Images └── Linux │ └── Tux.png ├── Linux ├── Audit │ ├── Audit - Proxmox VM LXC Inventory.sh │ ├── Audit_ Proxmox VM_LXC Inventory Script.sh │ └── README.md ├── Collector Tasks │ ├── 3rd Party Patch Check.sh │ ├── Agent - ClamAV Status.sh │ ├── Check - Docker Service.sh │ ├── Check - SSH Service.sh │ ├── Check - Third Party Patch Status.sh │ ├── Check Docker is Running.sh │ ├── Check SSH is Running.sh │ ├── ClamAV Check.sh │ ├── Collect - SSH Port.sh │ ├── Nala Install Status.sh │ ├── README.md │ ├── SSH Port Fetch.sh │ ├── SSH Root Access.sh │ ├── Security - SSH Root Access.sh │ ├── Security - UFW Status.sh │ ├── Software Management - Nala Install Status.sh │ ├── Software Management - Unattended Upgrades Status.sh │ ├── UFW Status.sh │ └── Unattended Upgrades.sh ├── Crontab │ ├── Check - ClamScan Crontab.sh │ ├── Check Nala Update Crontab.sh │ ├── Check Reboot Crontab.sh │ ├── Cron - ClamScan Entry.sh │ ├── Cron - Nala Update Entry.sh │ ├── Cron - Weekly Reboot Entry.sh │ └── README.md ├── Customization │ ├── Custom_ Bashrc.sh │ ├── Customize - Global Bashrc.sh │ └── README.md ├── Maintence │ ├── Disk Clean.sh │ ├── Docker-Clean.sh │ ├── Kernel Prune.sh │ ├── Maintain - Disk Clean.sh │ ├── Maintain - Docker Clean.sh │ ├── Maintain - Kernel Prune.sh │ └── README.md ├── Monitoring │ ├── Agent - MeshAgent Status.sh │ ├── Agent - Patchmon Status.sh │ ├── Agent - Remotely Status.sh │ ├── Agent - Wazuh Status.sh │ ├── Audit - Cron Integrity.sh │ ├── CPU_Usage.sh │ ├── Check - DNS Resolution Latency.sh │ ├── Check - Disk Space.sh │ ├── Check - DiskSpace.sh │ ├── Check - MeshAgent_is_running.sh │ ├── Check - Orphan Zombie Processes.sh │ ├── Check - Patchmon Agent is installed.sh │ ├── Check - Remotely_is_running.sh │ ├── Check - SwapSpace.sh │ ├── Check - Wazuh_is_running.sh │ ├── Disk IO Activity.sh │ ├── Image - Stale Images Report.sh │ ├── Monitor - CPU Usage.sh │ ├── Monitor - Disk IO Activity.sh │ ├── Monitor - Docker Container Health.sh │ ├── Monitor - Journald Error Rate.sh │ ├── Monitor - Network Bandwidth.sh │ ├── Monitor - Process Snapshot.sh │ ├── Monitor - RAM Usage.sh │ ├── Monitor - Swap Usage.sh │ ├── Monitor - Uptime Trend.sh │ ├── Process Monitor.sh │ ├── RAM_Usage.sh │ ├── README.md │ ├── cron-integrity-monitor.sh │ ├── dns-resolution-latency.sh │ ├── docker-container-health-summary.sh │ ├── image-staleness-report.sh │ ├── journald-error-rate.sh │ ├── network-bandwidth-monitor.sh │ ├── orphan-process-check.sh │ └── uptime-trend.sh ├── Network │ ├── Check - Duplicate IPs.sh │ ├── Check - Internet Connectivity.sh │ ├── Check - Speed Test.sh │ ├── Network - ARP Table.sh │ ├── Network - Disable IPv6.sh │ ├── Network - Docker Networks Inspect.sh │ ├── Network - Interfaces Summary.sh │ ├── Network - Port Scan.sh │ ├── Network - Reset Interfaces.sh │ ├── Network - Routes.sh │ ├── Network - Show DNS.sh │ ├── README.md │ ├── Security - Firewall Status.sh │ ├── check-duplicate-ips.sh │ ├── disable-ipv6.sh │ ├── firewall-status.sh │ ├── list-docker-networks.sh │ ├── port-scan.sh │ ├── reset-interfaces.sh │ ├── show-arp.sh │ ├── show-dns.sh │ ├── show-interfaces.sh │ ├── show-routes.sh │ ├── speed-test.sh │ └── test-internet.sh ├── OS Scripts │ ├── DNS Config.sh │ ├── OS - DNS Config.sh │ ├── README.md │ ├── Software Management - OS Update.sh │ └── Updates │ │ └── Update.sh ├── README.md ├── Security │ ├── Access │ │ ├── Audit - Sudo Users.sh │ │ └── Audit Users with sudo.sh │ ├── Audit │ │ ├── Audit - Basic System.sh │ │ ├── Audit - Docker Exposure.sh │ │ ├── Audit - Open Ports Diff.sh │ │ ├── Audit - Users Overview.sh │ │ ├── Basic Audit.bash │ │ ├── Security_ Audit Users [LIN].sh │ │ ├── Security_ Docker Audit [LIN].sh │ │ └── Security_ Port Audit [LIN].sh │ ├── README.md │ └── UFW │ │ ├── Security - UFW Provision.sh │ │ └── UFW_ Install and Prevision firewall.sh ├── Software Management │ ├── Install ClamAV.sh │ ├── Install Nala.sh │ ├── README.md │ ├── Software Management - Broken Packages Check.sh │ ├── Software Management - Install ClamAV.sh │ ├── Software Management - Install Nala.sh │ ├── Software Management - List Snap Flatpak.sh │ ├── Software Management - Repo Health Check.sh │ ├── Software Management - Third Party Repos List.sh │ ├── check-broken-packages.sh │ ├── list-snap-flatpak.sh │ ├── list-third-party-repos.sh │ └── repo-health-check.sh ├── TRMM Agent │ ├── Agent - TRMM Update.sh │ ├── Agent - TRMM Version.sh │ ├── Linux Agent Update.sh │ ├── Linux Agent Version.sh │ └── README.md └── Wazuh Agent │ ├── Agent - Wazuh Fetch Group.sh │ ├── Agent - Wazuh Install.sh │ ├── Agent - Wazuh Update.sh │ ├── Agent - Wazuh Version.sh │ ├── README.md │ ├── Wazuh - Fetch Agent Group [LIN].sh │ ├── Wazuh - Linux Install.sh │ ├── Wazuh - Linux Update.sh │ └── Wazuh Agent Version.sh ├── NAMING-CONVENTION.md ├── README.md ├── Windows ├── Batch │ ├── Check-DiskSpace.bat │ ├── Clear-TempFiles.bat │ ├── Disable-Firewall.bat │ ├── Enable-Firewall.bat │ ├── Flush-DNS.bat │ ├── List-InstalledPrograms.bat │ ├── List-NetworkDrives.bat │ ├── List-NetworkInterfaces.bat │ ├── List-OpenNetworkConnections.bat │ ├── Ping-Test-MultiHost.bat │ ├── README.md │ ├── Restart-PrintSpooler.bat │ ├── Show-OpenPorts.bat │ └── SystemInfo.bat ├── Powershell │ ├── AV │ │ └── README.md │ ├── Apps │ │ ├── Install-MSI.ps1 │ │ ├── README.md │ │ └── Software-List.ps1 │ ├── Check-BitLockerStatus.ps1 │ ├── Checks │ │ ├── Audit - Group Policy Compliance.ps1 │ │ ├── Audit - Recent Software Installs.ps1 │ │ ├── Check - Backup Software Presence.ps1 │ │ ├── Check - Domain Connection.ps1 │ │ ├── Check - Pending Third Party Updates.ps1 │ │ ├── Check - Recent BSOD Events.ps1 │ │ ├── Check-Domain-Connection.ps1 │ │ ├── Check-Group-Policy-Compliacnce.ps1 │ │ ├── Collect - Recently Installed Programs.ps1 │ │ ├── Device Check_ Software Install - Reports new installs.ps1 │ │ ├── Device Check_ Windows Firewall - Check Status.ps1 │ │ ├── Device Check_BSOD Detect.ps1 │ │ ├── Device Check_Backup Software.ps1 │ │ ├── Device Check_Pending 3rd Party Updates.ps1 │ │ ├── Device Check_Recently Installed.ps1 │ │ ├── Device Check_TPM Status & BitLocker Readiness.ps1 │ │ ├── Device Info_ System Uptime [WIN].ps1 │ │ ├── Monitor - System Uptime.ps1 │ │ ├── README.md │ │ ├── Security - TPM BitLocker Readiness.ps1 │ │ └── Security - Windows Firewall Status.ps1 │ ├── Clear-AllPrintQueues.ps1 │ ├── Collect - Local Users And Groups.ps1 │ ├── Collect - Services List.ps1 │ ├── Collect - Startup Programs.ps1 │ ├── Collector Scripts │ │ ├── Audit - Defender Configuration Score.ps1 │ │ ├── BIOS - Check Info.ps1 │ │ ├── Check - Winget Source Status.ps1 │ │ ├── Collect - BIOS Info.ps1 │ │ ├── Collect - Domain Membership.ps1 │ │ ├── Collect - Installed Programs.ps1 │ │ ├── Collect - OS Build.ps1 │ │ ├── DomainFetch.ps1 │ │ ├── Fetch_ Winget Source Status.ps1 │ │ ├── Generate-Defender-Score.ps1 │ │ ├── Installed Programs on Device.ps1 │ │ ├── Monitor - System Uptime.ps1 │ │ ├── OS Build.ps1 │ │ ├── README.md │ │ └── SysUptime.ps1 │ ├── List-LocalUsersAndGroups.ps1 │ ├── List-Services.ps1 │ ├── List-StartupPrograms.ps1 │ ├── Maintain - Clear All Print Queues.ps1 │ ├── Network │ │ ├── Check-DuplicateIPs.ps1 │ │ ├── Disable-IPv6.ps1 │ │ ├── List-NetworkAdapters.ps1 │ │ ├── List-OpenPorts.ps1 │ │ ├── README.md │ │ ├── Show-ARP.ps1 │ │ ├── Show-DNS.ps1 │ │ ├── Show-FirewallStatus.ps1 │ │ ├── Show-Interfaces.ps1 │ │ ├── Show-Routes.ps1 │ │ └── Test-Internet.ps1 │ ├── Quick Fixes │ │ ├── Clean-PrintQueuesAndRestartSpooler.ps1 │ │ ├── Disable-RdpUdpTransport.ps1 │ │ ├── Maintain - Clean Print Queues And Restart Spooler.ps1 │ │ ├── README.md │ │ └── Security - Disable RDP UDP Transport.ps1 │ ├── README.md │ ├── Security - BitLocker Status.ps1 │ ├── TRMM Agent │ │ ├── Agent Version.ps1 │ │ └── README.md │ └── Wazuh Agent │ │ ├── README.md │ │ └── Wazuh Agent Version.ps1 └── README.md ├── docs ├── css │ └── redblack.css ├── index.md ├── naming-convention.md └── quick-start.md ├── mkdocs.yml ├── release.md ├── release ├── Create-Windows-Release.ps1 ├── README.md └── create-linux-release.sh └── requirements.txt /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/ISSUE_TEMPLATE/issue-report.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/workflows/mkdocs.yml -------------------------------------------------------------------------------- /.github/workflows/package-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/workflows/package-release.yml -------------------------------------------------------------------------------- /.github/workflows/release-descriptor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/.github/workflows/release-descriptor.yml -------------------------------------------------------------------------------- /Images/Linux/Tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Images/Linux/Tux.png -------------------------------------------------------------------------------- /Linux/Audit/Audit - Proxmox VM LXC Inventory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Audit/Audit - Proxmox VM LXC Inventory.sh -------------------------------------------------------------------------------- /Linux/Audit/Audit_ Proxmox VM_LXC Inventory Script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Audit/Audit_ Proxmox VM_LXC Inventory Script.sh -------------------------------------------------------------------------------- /Linux/Audit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Audit/README.md -------------------------------------------------------------------------------- /Linux/Collector Tasks/3rd Party Patch Check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/3rd Party Patch Check.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Agent - ClamAV Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Agent - ClamAV Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Check - Docker Service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Check - Docker Service.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Check - SSH Service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Check - SSH Service.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Check - Third Party Patch Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Check - Third Party Patch Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Check Docker is Running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Check Docker is Running.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Check SSH is Running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Check SSH is Running.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/ClamAV Check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/ClamAV Check.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Collect - SSH Port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Collect - SSH Port.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Nala Install Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Nala Install Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/README.md -------------------------------------------------------------------------------- /Linux/Collector Tasks/SSH Port Fetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/SSH Port Fetch.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/SSH Root Access.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/SSH Root Access.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Security - SSH Root Access.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Security - SSH Root Access.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Security - UFW Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Security - UFW Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Software Management - Nala Install Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Software Management - Nala Install Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Software Management - Unattended Upgrades Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Software Management - Unattended Upgrades Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/UFW Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/UFW Status.sh -------------------------------------------------------------------------------- /Linux/Collector Tasks/Unattended Upgrades.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Collector Tasks/Unattended Upgrades.sh -------------------------------------------------------------------------------- /Linux/Crontab/Check - ClamScan Crontab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Check - ClamScan Crontab.sh -------------------------------------------------------------------------------- /Linux/Crontab/Check Nala Update Crontab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Check Nala Update Crontab.sh -------------------------------------------------------------------------------- /Linux/Crontab/Check Reboot Crontab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Check Reboot Crontab.sh -------------------------------------------------------------------------------- /Linux/Crontab/Cron - ClamScan Entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Cron - ClamScan Entry.sh -------------------------------------------------------------------------------- /Linux/Crontab/Cron - Nala Update Entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Cron - Nala Update Entry.sh -------------------------------------------------------------------------------- /Linux/Crontab/Cron - Weekly Reboot Entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/Cron - Weekly Reboot Entry.sh -------------------------------------------------------------------------------- /Linux/Crontab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Crontab/README.md -------------------------------------------------------------------------------- /Linux/Customization/Custom_ Bashrc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Customization/Custom_ Bashrc.sh -------------------------------------------------------------------------------- /Linux/Customization/Customize - Global Bashrc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Customization/Customize - Global Bashrc.sh -------------------------------------------------------------------------------- /Linux/Customization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Customization/README.md -------------------------------------------------------------------------------- /Linux/Maintence/Disk Clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Disk Clean.sh -------------------------------------------------------------------------------- /Linux/Maintence/Docker-Clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Docker-Clean.sh -------------------------------------------------------------------------------- /Linux/Maintence/Kernel Prune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Kernel Prune.sh -------------------------------------------------------------------------------- /Linux/Maintence/Maintain - Disk Clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Maintain - Disk Clean.sh -------------------------------------------------------------------------------- /Linux/Maintence/Maintain - Docker Clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Maintain - Docker Clean.sh -------------------------------------------------------------------------------- /Linux/Maintence/Maintain - Kernel Prune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/Maintain - Kernel Prune.sh -------------------------------------------------------------------------------- /Linux/Maintence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Maintence/README.md -------------------------------------------------------------------------------- /Linux/Monitoring/Agent - MeshAgent Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Agent - MeshAgent Status.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Agent - Patchmon Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Agent - Patchmon Status.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Agent - Remotely Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Agent - Remotely Status.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Agent - Wazuh Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Agent - Wazuh Status.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Audit - Cron Integrity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Audit - Cron Integrity.sh -------------------------------------------------------------------------------- /Linux/Monitoring/CPU_Usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/CPU_Usage.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - DNS Resolution Latency.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - DNS Resolution Latency.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - Disk Space.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - Disk Space.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - DiskSpace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - DiskSpace.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - MeshAgent_is_running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - MeshAgent_is_running.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - Orphan Zombie Processes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - Orphan Zombie Processes.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - Patchmon Agent is installed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - Patchmon Agent is installed.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - Remotely_is_running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - Remotely_is_running.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - SwapSpace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - SwapSpace.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Check - Wazuh_is_running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Check - Wazuh_is_running.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Disk IO Activity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Disk IO Activity.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Image - Stale Images Report.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Image - Stale Images Report.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - CPU Usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - CPU Usage.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Disk IO Activity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Disk IO Activity.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Docker Container Health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Docker Container Health.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Journald Error Rate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Journald Error Rate.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Network Bandwidth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Network Bandwidth.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Process Snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Process Snapshot.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - RAM Usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - RAM Usage.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Swap Usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Swap Usage.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Monitor - Uptime Trend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Monitor - Uptime Trend.sh -------------------------------------------------------------------------------- /Linux/Monitoring/Process Monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/Process Monitor.sh -------------------------------------------------------------------------------- /Linux/Monitoring/RAM_Usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/RAM_Usage.sh -------------------------------------------------------------------------------- /Linux/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/README.md -------------------------------------------------------------------------------- /Linux/Monitoring/cron-integrity-monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/cron-integrity-monitor.sh -------------------------------------------------------------------------------- /Linux/Monitoring/dns-resolution-latency.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/dns-resolution-latency.sh -------------------------------------------------------------------------------- /Linux/Monitoring/docker-container-health-summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/docker-container-health-summary.sh -------------------------------------------------------------------------------- /Linux/Monitoring/image-staleness-report.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/image-staleness-report.sh -------------------------------------------------------------------------------- /Linux/Monitoring/journald-error-rate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/journald-error-rate.sh -------------------------------------------------------------------------------- /Linux/Monitoring/network-bandwidth-monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/network-bandwidth-monitor.sh -------------------------------------------------------------------------------- /Linux/Monitoring/orphan-process-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/orphan-process-check.sh -------------------------------------------------------------------------------- /Linux/Monitoring/uptime-trend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Monitoring/uptime-trend.sh -------------------------------------------------------------------------------- /Linux/Network/Check - Duplicate IPs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Check - Duplicate IPs.sh -------------------------------------------------------------------------------- /Linux/Network/Check - Internet Connectivity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Check - Internet Connectivity.sh -------------------------------------------------------------------------------- /Linux/Network/Check - Speed Test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Check - Speed Test.sh -------------------------------------------------------------------------------- /Linux/Network/Network - ARP Table.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # Network - ARP Table (from show-arp.sh) 3 | arp -a 4 | exit 0 -------------------------------------------------------------------------------- /Linux/Network/Network - Disable IPv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Disable IPv6.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Docker Networks Inspect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Docker Networks Inspect.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Interfaces Summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Interfaces Summary.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Port Scan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Port Scan.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Reset Interfaces.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Reset Interfaces.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Routes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Routes.sh -------------------------------------------------------------------------------- /Linux/Network/Network - Show DNS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Network - Show DNS.sh -------------------------------------------------------------------------------- /Linux/Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/README.md -------------------------------------------------------------------------------- /Linux/Network/Security - Firewall Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/Security - Firewall Status.sh -------------------------------------------------------------------------------- /Linux/Network/check-duplicate-ips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/check-duplicate-ips.sh -------------------------------------------------------------------------------- /Linux/Network/disable-ipv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/disable-ipv6.sh -------------------------------------------------------------------------------- /Linux/Network/firewall-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/firewall-status.sh -------------------------------------------------------------------------------- /Linux/Network/list-docker-networks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/list-docker-networks.sh -------------------------------------------------------------------------------- /Linux/Network/port-scan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/port-scan.sh -------------------------------------------------------------------------------- /Linux/Network/reset-interfaces.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/reset-interfaces.sh -------------------------------------------------------------------------------- /Linux/Network/show-arp.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Show the ARP table 3 | arp -a 4 | -------------------------------------------------------------------------------- /Linux/Network/show-dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/show-dns.sh -------------------------------------------------------------------------------- /Linux/Network/show-interfaces.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/show-interfaces.sh -------------------------------------------------------------------------------- /Linux/Network/show-routes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/show-routes.sh -------------------------------------------------------------------------------- /Linux/Network/speed-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/speed-test.sh -------------------------------------------------------------------------------- /Linux/Network/test-internet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Network/test-internet.sh -------------------------------------------------------------------------------- /Linux/OS Scripts/DNS Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/OS Scripts/DNS Config.sh -------------------------------------------------------------------------------- /Linux/OS Scripts/OS - DNS Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/OS Scripts/OS - DNS Config.sh -------------------------------------------------------------------------------- /Linux/OS Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/OS Scripts/README.md -------------------------------------------------------------------------------- /Linux/OS Scripts/Software Management - OS Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/OS Scripts/Software Management - OS Update.sh -------------------------------------------------------------------------------- /Linux/OS Scripts/Updates/Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/OS Scripts/Updates/Update.sh -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/README.md -------------------------------------------------------------------------------- /Linux/Security/Access/Audit - Sudo Users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Access/Audit - Sudo Users.sh -------------------------------------------------------------------------------- /Linux/Security/Access/Audit Users with sudo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Access/Audit Users with sudo.sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Audit - Basic System.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Audit - Basic System.sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Audit - Docker Exposure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Audit - Docker Exposure.sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Audit - Open Ports Diff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Audit - Open Ports Diff.sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Audit - Users Overview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Audit - Users Overview.sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Basic Audit.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Basic Audit.bash -------------------------------------------------------------------------------- /Linux/Security/Audit/Security_ Audit Users [LIN].sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Security_ Audit Users [LIN].sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Security_ Docker Audit [LIN].sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Security_ Docker Audit [LIN].sh -------------------------------------------------------------------------------- /Linux/Security/Audit/Security_ Port Audit [LIN].sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/Audit/Security_ Port Audit [LIN].sh -------------------------------------------------------------------------------- /Linux/Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/README.md -------------------------------------------------------------------------------- /Linux/Security/UFW/Security - UFW Provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/UFW/Security - UFW Provision.sh -------------------------------------------------------------------------------- /Linux/Security/UFW/UFW_ Install and Prevision firewall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Security/UFW/UFW_ Install and Prevision firewall.sh -------------------------------------------------------------------------------- /Linux/Software Management/Install ClamAV.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Install ClamAV.sh -------------------------------------------------------------------------------- /Linux/Software Management/Install Nala.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Install Nala.sh -------------------------------------------------------------------------------- /Linux/Software Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/README.md -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - Broken Packages Check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - Broken Packages Check.sh -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - Install ClamAV.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - Install ClamAV.sh -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - Install Nala.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - Install Nala.sh -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - List Snap Flatpak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - List Snap Flatpak.sh -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - Repo Health Check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - Repo Health Check.sh -------------------------------------------------------------------------------- /Linux/Software Management/Software Management - Third Party Repos List.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/Software Management - Third Party Repos List.sh -------------------------------------------------------------------------------- /Linux/Software Management/check-broken-packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/check-broken-packages.sh -------------------------------------------------------------------------------- /Linux/Software Management/list-snap-flatpak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/list-snap-flatpak.sh -------------------------------------------------------------------------------- /Linux/Software Management/list-third-party-repos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/list-third-party-repos.sh -------------------------------------------------------------------------------- /Linux/Software Management/repo-health-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Software Management/repo-health-check.sh -------------------------------------------------------------------------------- /Linux/TRMM Agent/Agent - TRMM Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/TRMM Agent/Agent - TRMM Update.sh -------------------------------------------------------------------------------- /Linux/TRMM Agent/Agent - TRMM Version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/TRMM Agent/Agent - TRMM Version.sh -------------------------------------------------------------------------------- /Linux/TRMM Agent/Linux Agent Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/TRMM Agent/Linux Agent Update.sh -------------------------------------------------------------------------------- /Linux/TRMM Agent/Linux Agent Version.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | rmmagent ? -------------------------------------------------------------------------------- /Linux/TRMM Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/TRMM Agent/README.md -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Agent - Wazuh Fetch Group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Agent - Wazuh Fetch Group.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Agent - Wazuh Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Agent - Wazuh Install.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Agent - Wazuh Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Agent - Wazuh Update.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Agent - Wazuh Version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Agent - Wazuh Version.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/README.md -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Wazuh - Fetch Agent Group [LIN].sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Wazuh - Fetch Agent Group [LIN].sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Wazuh - Linux Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Wazuh - Linux Install.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Wazuh - Linux Update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Wazuh - Linux Update.sh -------------------------------------------------------------------------------- /Linux/Wazuh Agent/Wazuh Agent Version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Linux/Wazuh Agent/Wazuh Agent Version.sh -------------------------------------------------------------------------------- /NAMING-CONVENTION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/NAMING-CONVENTION.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Windows/Batch/Check-DiskSpace.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | wmic logicaldisk get size,freespace,caption | find "C:" 3 | 4 | 5 | -------------------------------------------------------------------------------- /Windows/Batch/Clear-TempFiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Clear-TempFiles.bat -------------------------------------------------------------------------------- /Windows/Batch/Disable-Firewall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Disable-Firewall.bat -------------------------------------------------------------------------------- /Windows/Batch/Enable-Firewall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Enable-Firewall.bat -------------------------------------------------------------------------------- /Windows/Batch/Flush-DNS.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ipconfig /flushdns 3 | -------------------------------------------------------------------------------- /Windows/Batch/List-InstalledPrograms.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | wmic product get name,version 3 | -------------------------------------------------------------------------------- /Windows/Batch/List-NetworkDrives.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | net use 3 | -------------------------------------------------------------------------------- /Windows/Batch/List-NetworkInterfaces.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ipconfig /all 3 | -------------------------------------------------------------------------------- /Windows/Batch/List-OpenNetworkConnections.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | netstat -an 3 | -------------------------------------------------------------------------------- /Windows/Batch/Ping-Test-MultiHost.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Ping-Test-MultiHost.bat -------------------------------------------------------------------------------- /Windows/Batch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/README.md -------------------------------------------------------------------------------- /Windows/Batch/Restart-PrintSpooler.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Restart-PrintSpooler.bat -------------------------------------------------------------------------------- /Windows/Batch/Show-OpenPorts.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/Show-OpenPorts.bat -------------------------------------------------------------------------------- /Windows/Batch/SystemInfo.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Batch/SystemInfo.bat -------------------------------------------------------------------------------- /Windows/Powershell/AV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/AV/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Apps/Install-MSI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Apps/Install-MSI.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Apps/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Apps/Software-List.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Apps/Software-List.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Check-BitLockerStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Check-BitLockerStatus.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Audit - Group Policy Compliance.ps1: -------------------------------------------------------------------------------- 1 | gpresult /R | Select-String "Applied Group Policy Objects" -Context 0,20 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Audit - Recent Software Installs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Audit - Recent Software Installs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check - Backup Software Presence.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check - Backup Software Presence.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check - Domain Connection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check - Domain Connection.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check - Pending Third Party Updates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check - Pending Third Party Updates.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check - Recent BSOD Events.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check - Recent BSOD Events.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check-Domain-Connection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check-Domain-Connection.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Check-Group-Policy-Compliacnce.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Check-Group-Policy-Compliacnce.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Collect - Recently Installed Programs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Collect - Recently Installed Programs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_ Software Install - Reports new installs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_ Software Install - Reports new installs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_ Windows Firewall - Check Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_ Windows Firewall - Check Status.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_BSOD Detect.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_BSOD Detect.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_Backup Software.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_Backup Software.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_Pending 3rd Party Updates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_Pending 3rd Party Updates.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_Recently Installed.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_Recently Installed.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Check_TPM Status & BitLocker Readiness.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Check_TPM Status & BitLocker Readiness.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Device Info_ System Uptime [WIN].ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Device Info_ System Uptime [WIN].ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Monitor - System Uptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Monitor - System Uptime.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Security - TPM BitLocker Readiness.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Security - TPM BitLocker Readiness.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Checks/Security - Windows Firewall Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Checks/Security - Windows Firewall Status.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Clear-AllPrintQueues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Clear-AllPrintQueues.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collect - Local Users And Groups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collect - Local Users And Groups.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collect - Services List.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collect - Services List.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collect - Startup Programs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collect - Startup Programs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Audit - Defender Configuration Score.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Audit - Defender Configuration Score.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/BIOS - Check Info.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/BIOS - Check Info.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Check - Winget Source Status.ps1: -------------------------------------------------------------------------------- 1 | winget source list -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Collect - BIOS Info.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Collect - BIOS Info.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Collect - Domain Membership.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Collect - Domain Membership.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Collect - Installed Programs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Collect - Installed Programs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Collect - OS Build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Collect - OS Build.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/DomainFetch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/DomainFetch.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Fetch_ Winget Source Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Fetch_ Winget Source Status.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Generate-Defender-Score.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Generate-Defender-Score.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Installed Programs on Device.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Installed Programs on Device.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/Monitor - System Uptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/Monitor - System Uptime.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/OS Build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/OS Build.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Collector Scripts/SysUptime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Collector Scripts/SysUptime.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/List-LocalUsersAndGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/List-LocalUsersAndGroups.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/List-Services.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/List-Services.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/List-StartupPrograms.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/List-StartupPrograms.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Maintain - Clear All Print Queues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Maintain - Clear All Print Queues.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/Check-DuplicateIPs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Check-DuplicateIPs.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/Disable-IPv6.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Disable-IPv6.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/List-NetworkAdapters.ps1: -------------------------------------------------------------------------------- 1 | Get-NetAdapter | Select-Object Name,Status,MacAddress,LinkSpeed 2 | -------------------------------------------------------------------------------- /Windows/Powershell/Network/List-OpenPorts.ps1: -------------------------------------------------------------------------------- 1 | netstat -ano | Select-String 'LISTENING' 2 | -------------------------------------------------------------------------------- /Windows/Powershell/Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Network/Show-ARP.ps1: -------------------------------------------------------------------------------- 1 | arp -a 2 | -------------------------------------------------------------------------------- /Windows/Powershell/Network/Show-DNS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Show-DNS.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/Show-FirewallStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Show-FirewallStatus.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/Show-Interfaces.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Show-Interfaces.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Network/Show-Routes.ps1: -------------------------------------------------------------------------------- 1 | Get-NetRoute | Format-Table -AutoSize 2 | -------------------------------------------------------------------------------- /Windows/Powershell/Network/Test-Internet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Network/Test-Internet.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Quick Fixes/Clean-PrintQueuesAndRestartSpooler.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Quick Fixes/Clean-PrintQueuesAndRestartSpooler.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Quick Fixes/Disable-RdpUdpTransport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Quick Fixes/Disable-RdpUdpTransport.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Quick Fixes/Maintain - Clean Print Queues And Restart Spooler.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Quick Fixes/Maintain - Clean Print Queues And Restart Spooler.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/Quick Fixes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Quick Fixes/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Quick Fixes/Security - Disable RDP UDP Transport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Quick Fixes/Security - Disable RDP UDP Transport.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Security - BitLocker Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Security - BitLocker Status.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/TRMM Agent/Agent Version.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/TRMM Agent/Agent Version.ps1 -------------------------------------------------------------------------------- /Windows/Powershell/TRMM Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/TRMM Agent/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Wazuh Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Wazuh Agent/README.md -------------------------------------------------------------------------------- /Windows/Powershell/Wazuh Agent/Wazuh Agent Version.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/Powershell/Wazuh Agent/Wazuh Agent Version.ps1 -------------------------------------------------------------------------------- /Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/Windows/README.md -------------------------------------------------------------------------------- /docs/css/redblack.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/docs/css/redblack.css -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/naming-convention.md: -------------------------------------------------------------------------------- 1 | # Naming Convention 2 | 3 | This project groups scripts by OS and function. 4 | -------------------------------------------------------------------------------- /docs/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/docs/quick-start.md -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /release.md: -------------------------------------------------------------------------------- 1 | Version: v0.1.5 -------------------------------------------------------------------------------- /release/Create-Windows-Release.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/release/Create-Windows-Release.ps1 -------------------------------------------------------------------------------- /release/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/release/README.md -------------------------------------------------------------------------------- /release/create-linux-release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/release/create-linux-release.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdy-Technician/TRMM-Scripts/HEAD/requirements.txt --------------------------------------------------------------------------------