↧
Check NIC bind order
Using the wrong bind order for multihomed servers can cause serious problems. Applications not working, network segments flooded with unneccesary traffic and even security leaks are some of the...
View ArticleUpdated previous post (Check NIC Bind Order)
If you’ve already read my previous post on checking the NIC bind order on all your servers, please read it again. I have corrected the script after discovering the previous version was not finding all...
View ArticleGather NIC properties (including Speed and Duplex)
Gathering all sorts of server information with Powershell is rather easy, using the Get-WmiObject cmdlet. In order to get NIC settings, the following little script returns a LOT of information:...
View Article