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
留言