I have been using Git for a while. In the beginning, I copied the codes to the Azure DevOps via browser then cloned them to computers. Never have problems. Recently, I was preparing a presentation about version control to the team. I want to show the team how to push a local repo to the Azure DevOps. I { Read More }
Archives for February 2019
Use PowerShell to get firewall rules from remote computer Get-FirewallRules
When I am troubleshooting the firewall issues, I would like to see what firewall rules are applied on the server. The normal way is via Windows Firewall with Advanced Security GUI. However, it requires RDP to the server and clicks several places to bring up the following firewall table. I found the { Read More }