Here’s a simplified breakdown of the data flow that occurs when a client computer in an Active Directory (AD) environment...
netstat -na | find “51000” or netstat -np [protocol] | find “port #” netstat -np tcp | find “51000” or...
If you are running HPE hardware, see what’s supported below when it comes to Citrix XenServer. It’s important to keep...
Finding the switch port that a laptop is connected to with just its DNS name requires a few more steps...
There are times you need to find what your public IP Address especially when doing firewall work. There are environments...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...
I wrote a post about using iperf, a tool to test network speed and throughput. I just want to quickly...
Source:https://docs.microsoft.com/en-us/security/cybersecurity-reference-architecture/mcra...
I’ll try to keep adding to this list....