Authenticating to Microsoft Graph

How do you make requests to Microsoft Graph?

I have not touched Microsoft Graph in quite some time, and a recent project has forced me to re-familiarize myself with accessing it. It seems like things are always changing — whether it’s Microsoft changing Azure to Entra or npm packages being deprecated. I need to re-learn this stuff if I’m not keeping up with the ecosystems. I found myself looking for the best way to authenticate in order to use Microsoft Graph, and it seems that the Microsoft Authentication Library (MSAL) is the way to go. [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]