⚡ PowerShell (17 posts)

PowerShell scripts and techniques for Windows and Active Directory administration, automation, and reporting.

How to open a TCP listener port with PowerShell

If you want to test a firewall rule while the application isn't ready yet, you can open that port on the Windows server using PowerShell. This way you can test the firewall functionality. This can be…
Read more →

How to get TCP counters for IPv4 with PowerShell

Performance issues. Everybody has had them at least once, and more :) If you are using Windows 2012+ and PowerShell, you can use the Get-Counter command in order to provide you with more information…
Read more →