First time here? Check out the FAQ!
answered 2020-04-23 20:02:07 +0000
$MyJson = .\tshark.exe -i 2 -T json -Y "ssl.handshake.certificate" -V -a duration:10|ConvertFrom-Json $MyJson[0].'_source'.layers
$MyJson[0].'_source'.layers.ssl.'ssl.record'.'ssl.handshake'