Rebooting the switch was required to clear the issue. Use this parameter to run commands that take a long time to complete.The cmdlet immediately returns an object that represents the job and then displays the command prompt.You can continue to work in the session while the job completes.To manage the job, use the.-Job cmdlets.To get the job results, use the cmdlet.For more information about Windows PowerShell background jobs, see.
ExamplesExample 1: Disable LLDP locally PS C:Disable-NetLldpAgent -NetAdapterName 'Ethernet1'This command disables LLDP on a network interface named Ethernet1 on the local computer. Disables LLDP on a network interface on a computer.In this article Syntax Disable-NetLldpAgent-NetAdapterName -AddressScope -CimSession -ThrottleLimit -AsJob-PassThru-WhatIf-Confirm Disable-NetLldpAgent-AddressScope -InterfaceIndex -CimSession -ThrottleLimit -AsJob-PassThru-WhatIf-Confirm Disable-NetLldpAgent-InputObject -CimSession -ThrottleLimit -AsJob-PassThru-WhatIf-Confirm DescriptionThe Disable-NetLldpAgent cmdlet disables Logical Link Discovery Protocol (LLDP) on a network interface on a host computer.