mirror of
https://gitee.com/lakernote/easy-admin.git
synced 2026-09-06 15:07:20 +08:00
2 lines
80 B
PowerShell
2 lines
80 B
PowerShell
#检查端口是否被占用
|
|
Test-NetConnection -ComputerName localhost -Port 80 |