摘要: function Test-Port { Param( [string]$ComputerName="localhost", $Port = 5985, $Timeout = 1000 ) try { $tcpclient = New-Object -TypeName system.Net.Sock 阅读全文
posted @ 2022-02-11 12:53 XXLLA 阅读(89) 评论(0) 推荐(0)