Disclaimer

The views and opinions expressed on this site are mine and do not reflect those of my employer or anyone else.

Twitter: jbarsodi

#PowerShell Quickie: Get-Nicbinding.ps1

I’m working on a PowerShell script to perform a Health and Config check for Exchange Server 2010 installs.  One of those checks is to verify the NIC binding order, which took me down the path of this script.  I traditionally write new scripts that run multiple processes in a modular format, just so I know [...]