TrevorW7

Results 3 issues of TrevorW7

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,...