2024年8月22日 星期四

PowerShell 抓取電腦序號(品牌電腦序號)

PowerShell 抓取電腦序號 (品牌電腦序號) Windows 筆記型電腦與桌上型電腦 在 Windows 搜尋欄中輸入 PowerShell ,然後從結果清單中選取 Windows PowerShell 。 在 PowerShell 視窗中,輸入 GWMI -Class Win32_Bios | select SerialNumber 然後按下 Enter 鍵。 隨即會顯示產品服務編號 (序號)。

沒有留言:

Windows關閉 SSL 2.0 與 SSL 3.0,並強制使用 TLS 1.2

Windows關閉 SSL 2.0 與 SSL 3.0,並強制使用 TLS 1.2 有一台windows server 2012 R2 主機, 被弱點掃描軟體Nessus,掃出 SSL Version 2 and 3 Protocol Detection "The re...