本文適用於以下產品:Acronis Cyber Protect (ACP) 16 / Acronis Cyber Backup
功能說明:
如何透過Test-NetConnection查看Port是否開通
1.點擊左下角的【放大鏡】,輸入【PowerShell】會看見Windows PowerShell。
2.在【Windows PowerShell】右鍵點擊【以系統管理員身份執行】。
3.輸入【Test-NetConnection 〈ip〉 –port 〈port number〉】→【Enter】。
4.如果該Port是打開的會在TcpTestSucceeded的欄位中回傳【Ture】,
如果該Port是關閉的會在TcpTestSucceeded的欄位中回傳【False】,
另外還會提供【電腦名稱、IP 位址、介面、來源 IP、ping 是否成功、ping 回覆時間】等等訊息,在排查作業時十分方便好用。