且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从 windows 中的 `netstat` 命令获取特定值

更新时间:2023-02-23 10:41:16

netstat 的 PowerShell 版本是 Get-NetTCPConnection,它将返回对象.

PowerShell version of netstat is Get-NetTCPConnection and it will return with objects.

 Get-NetTCPConnection -State Listen