Install-WindowsFeature RSAT-DataCenterBridging-LLDP-Tools
Get-NetAdapter | Where-Object { $_.Name -like "*Ethernet*" -and $_.Status -eq 'Up' } | ForEach { Enable-NetLldpAgent -NetAdapterName $_.Name -Verbose }
Repair unbootable Windows Server
Steps to take to repair a Windows Server that will not boot. The first step of course is to boot