Node.js is a powerful JavaScript runtime that allows you to build server-side applications with ease. In this tutorial, we’ll walk through the process of creating a basic Node.js application and setting up a simple web server that can serve content to your users. By the end of this guide, you’ll have a working web server […]
Recently for work I’ve had to manage a large number of Office 365 users and create a new ‘intake’ of accounts, which is done yearly. Since the last time I was doing it, it seems that the MSGraph module has been updated and preferred over the MSOnline method. I’ve collected and saved a few useful […]