WSL2 Dns Issues

I decided to give Windows another chance recently for a work project (rolling out Windows 11 actually) and wanted to get some sort of development environment setup on my computer. Specifically, the ability to continue to run bash scripts where I’m most comfortable. Unfortunately, at one point I got an error while trying to run git clone ssh:... - the error was ping: google.com: Temporary failure in name resolution. After some googling, I saw some people talking about changing the /etc/wsl. [Read More]

Windows App and MacOS Keychain

I recently updated from the “Microsoft Remote Desktop 10” application on Mac OS to the “Windows App” and was excited to see I did not have to migrate any servers I had stored. However, I did see some odd behaviors when attempting to access stored credentials. I had been dealing with the annoying error for some time and finally decided to do something about it. It ended up boiling down to being a Keychain Access (here is a link to Mac OS 14 as that is what I’m running at the time of writing this article) permission issue. [Read More]

Enable Remote Desktop on Azure Joined Machine

Remoting into a machine is not as simple as it used to be

I recently discovered that RDP’ing into a Windows machine is not as easy as it used to be. Last time I did this, I was primarily working on Windows 7 devices. Goodness how things have changed with Windows 10 AND joining them to Entra ID. Here is what I ended up getting to work. Assumptions The following steps assume you have already logged into this machine with a user and that user is now the device “owner”. [Read More]