Powershell: Install Windows Feature - .NET Framework 3.5 Check if .NET Framework is installed. Get-WindowFeature *net* Install-WindowsFeature NET-Framework-Features Labels Microsoft Windows powershell
Powershell: Enable Firewall Log We sometimes need to enable Windows firewall's log to troubleshoot. Here is how. Read more