À propos Patrick Burwell
PowerShell Scripts for SysAdmins
Hey, if I helped you buy me a Bang Energy Drink :)
Donateurs récents
Soyez le premier à soutenir Patrick Burwell.
Publications
From wwww.Burwell.tech 'D:\PowerShell\Log-SpecificIPV4Traffic.ps1' 'Run from the PDC' $ipAddress = Read-host -prompt "What ipv4address? Like 8.8.8.8" #Cleanup logs rm -force "D:\powershell\Reports\$ipAddress-logfile.txt" #Test with known good <# Get-NetTCPConnection -state established *|select -first 50 #> $logFilePath = "D:\powershell\Reports\$ipAddress-logfile.txt" while ($true) { $connect...
Log Specific IPV4 Traffic When Found
Aug 29, 2024
9 Vues