Lets start by getting all the connections that are using TLS: $443 = Get-NetTCPConnection | where remotePort -eq 443 Then we pass $443 to ...
確定! 回上一頁