NetTrace
1.2.4
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025 Naveed Khan. All rights reserved.
Package Details
Author(s)
- Naveed Khan
Tags
Network Tracing Netsh Windows ETL Monitoring Diagnostics Performance Troubleshooting Admin
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v1.2.4: CRITICAL ARCHITECTURAL FIX - Fixed persistence to use true Windows Service execution instead of session-dependent processes. Previous versions claimed Windows Service persistence but still used session-dependent PowerShell processes that terminated on user logout. This version implements genuine session-independent architecture: persistence now uses direct Windows Service execution, removes all session dependencies, and ensures true survival of user logout and system reboots. Regular tracing (non-persistence) unchanged. v1.2.3: CRITICAL FIX - Fixed PowerShell Gallery package to include missing service script files. v1.2.2: CRITICAL FIX - Implemented true Windows Service persistence using NSSM. v1.2.1: Implemented service-based persistence architecture. v1.2.0: Added persistence feature using native netsh trace persistent=yes parameter. v1.1.1: Removed #Requires -RunAsAdministrator directive to allow module loading in non-admin sessions. v1.1.0: Added optional logging functionality, fixed file counter accuracy, improved stop command reliability.
FileList
- NetTrace.nuspec
- NetTrace-Service.ps1
- NetTrace-ServiceRunner.ps1
- NetTrace.psd1
- NetTrace.psm1
- README.md
- LICENSE