lahell

Results 20 comments of lahell

I may have narrowed it down to explorer and wslhost. ``` PS C:\> Get-Process wslhost | select * | Out-GridView Out-GridView: The following exception occurred while retrieving the string: "Process...

Parent property of explorer and wslhost seems to be the culprit. ``` PS C:\> Get-Process explorer | select Parent | Out-GridView Out-GridView: The following exception occurred while retrieving the string:...

I don't think I will incorporate this as an alternate code path, but I will leave this issue open. That way it should be easy to find for anyone else...

What is the destination MAC address for the two LLDP packets you see in Wireshark?

Sorry for the very late reply. I have never seen this error before. Based on a few quick searches, the error 0x800706be could be caused by problems with RPC. I...

@ivugrinec, have you tried `Invoke-DiscoveryProtocolCapture -Type CDP -Force`?

@yaroz Please use `-Verbose` with `Get-DiscoveryProtocolData`. The first line of verbose output will be Destination. What is the address when you get switch info and what is the address when...

Please run Get-Module to verify that you are using PSDiscoveryProtocol 1.4.3.

@AlpSantoGlobalMomentumLLC, did you find out what version you are on?

@AlpSantoGlobalMomentumLLC ```Get-NetAdapter | Where-Object { $_.Status -eq 'Up' -and $_.InterfaceType -eq 6 }``` Is the interface you want to capture listed when you run this code?