PSDiscoveryProtocol icon indicating copy to clipboard operation
PSDiscoveryProtocol copied to clipboard

Capture and parse CDP and LLDP packets on local or remote computers

Results 9 PSDiscoveryProtocol issues
Sort by recently updated
recently updated
newest added

The tool doesn't seem to provide support for multiple LLDP packets being recivied on the same interface. I have a ethernet interface that is connected to a switch. I can...

question

Half of our computers are plugged directly into the wall, while half are passed through a phone (only one jack available). When I run the invoke-discoveryprotocolcapture, with get-discoveryprotocol on a...

question

Windows Server 2012 R2 [needs to be patched][1] to allow this syntax (and there's no patch for lower OS): ``` Add-NetEventNetworkAdapter -Name $Adapter.Name -PromiscuousMode ``` There is a workaround for...

wontfix

Hi, i have been using your tool! It works great for most of Windows 10 domain computers. i have an issue with two computers on a network. This is the...

question

Below shows the results of trying to capture CDP info and its failing on all interfaces for particular servers. ``` PS C:\Windows\system32> Invoke-DiscoveryProtocolCapture -NoCleanup -Verbose VERBOSE: ParameterSetName: LocalCapture VERBOSE: TargetComputer:...

Most people I know would simultaneously want the IP Settings for the network adapters along with the CDP/LLDP info. For example, when adapters are in a team, the CDP/LLDP info...

Only need to modify this: $Tlv = @{ 0x0001 = 'Device' 0x0002 = 'IPAddress' 0x0003 = 'Port' 0x0006 = 'Model' 0x000A = 'VLAN' 0x0016 = 'Management' } $TypeString = 0x0001,...

Hello, first of all. THANK YOU for sharing! fFor some reasons it doesn't work on every Server. I have for example 2 Windows Server with multiple NW Cards and it...

question

Additional CDP attributes has been provided to the implementation of ConvertFrom-CDPPacket cmdlet. These attributes are: * Capabilities * SoftwareVersion * Duplex * TrustBitmap * UntrustedPortCos * SystemName