Use below to remove fields that aren’t needed or used. This could reduce the amount of logs by 25%....
JoinedMay 2, 2023
Articles673
20+ years of experience and proven performance in large scale enterprise network infrastructure architecture, design, implementation, migration, security, operation, troubleshooting, leading/managing teams, and budgets. I have a BS in Cybersecurity and a Master's from the University of Florida.
Setting up a Virtual Private Network (VPN) can be tedious. There are multiple phases involved and numerous parameters to be...
Below are some configs that work with Solarwinds Orion....
I work a lot with other products like HP Dell-Brocade, and EMC. Sometimes I need to port-channel to them, but...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...
Windows: In this example you can see the One Drive is using port 443. C:\>netstat -aon | findstr "443" TCP...
URL http.host == “api.cordero.me” DNS dns.qry.name == “www.cordero.me” dns.qry.name matches “.cordero.me” dns.qry.name contains “cordero.me” TCP Flags tcp.flags.reset == 1 tcp.flags.push...
Cisco has a command that can run TDR tests on an interface. A TDR (time-domain reflectometer) is an electronic instrument...
In my case I was troubleshooting an interface that had to be 100Mb. But these commands can be used on...
Get-ADGroupMember "Domain ADmins" | Get-AdUser -Property LastLogonDate | select name,distinguishedName,LastLogonDate...