Use Azure Cloud Shell on your local machine
During a talk when I was talking about how I transitioned from an on prem engineer to a Cloud engineer I was asked if…
During a talk when I was talking about how I transitioned from an on prem engineer to a Cloud engineer I was asked if…
This post is part of the series on Network Shell Snippets. The following Network Shell command will delete the bound SSL certificate: netsh http…
This post is part of the series on Network Shell Snippets. The following Network Shell command will delete the specified URL reservations: netsh http…
This post is part of the series on Network Shell Snippets. The following Network Shell command will list all URL reservations: netsh http show…
I have a few Network Shell (netsh) snippets of code which I’ve used recently, which I thought I’d post here. There is nothing complicated…