AZURE VM異常 關閉防火牆設定

   如果VM異常
無法遠端桌面進入VM
可嘗試重設RDP服務
或透過下方指令關閉防火牆




PowerShell

Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False


footer See also :
使用 Windows PowerShell 管理具有進階的安全性的 Windows Defender 防火牆
https://docs.microsoft.com/zh-tw/windows/security/threat-protection/windows-firewall/windows-firewall-with-advanced-security-administration-with-windows-powershell

留言

這個網誌中的熱門文章

Office 2021 離線安裝封裝與KMS啟動步驟

Ollama使用心得與模型導入教學

ARC下NSMutableDictionary 無法使用retainCount