Use below to remove fields that aren’t needed or used. This could reduce the amount of logs by 25%....
Windows: In this example you can see the One Drive is using port 443. C:\>netstat -aon | findstr "443" TCP...
Setting up a Virtual Private Network (VPN) can be tedious. There are multiple phases involved and numerous parameters to be...
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...
Below are some configs that work with Solarwinds Orion....
Cisco has a command that can run TDR tests on an interface. A TDR (time-domain reflectometer) is an electronic instrument...
I work a lot with other products like HP Dell-Brocade, and EMC. Sometimes I need to port-channel to them, but...
In my case I was troubleshooting an interface that had to be 100Mb. But these commands can be used on...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...