2026年4月12日 星期日

Powershell 無法建立 SSL/TLS 的安全通道

解決方法是強制啟用 TLS 1.2

檢查當前 PowerShell 使用的安全性協定

[Net.ServicePointManager]::SecurityProtocol

在指令碼上方加入

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

沒有留言:

Aruba 5520 設定備份

先打開 TFTP Server 接著連線到設備,不用進入 System View 備份前先儲存設定,以免遺漏 <core-switch> save force 開始備份 <core-switch> backup startup-configuration ...