Querying all Azure users with Python and MS Graph

I struggled a bit with this one, as i wasn’t used to Pagination. It took me a while of googling and reading up to piece this together and get the results i was looking for. The issue with looking at all different code out there as a reference, is that MS makes enough changes making … Read more

Inventory your Switch Ports with Python

I find myself needing to refresh our older switches (of which there are several) We are, of course, a Cisco shop and have several Data Rooms, with about twenty plus switches in each. Weather your running this against 3750’s or 9300’s this little python function will help you quickly asses which ports are configured to … Read more

How To Configure WPA3 Enterprise Using Microsoft’s Network Policy Server

WPA3-Enterprise provides enhanced security for enterprise wireless networks by offering stronger encryption and authentication mechanisms. Integrating it with Microsoft Network Policy Server (NPS) for RADIUS authentication ensures secure user access. This guide walks through the step-by-step configuration of WPA3-Enterprise with NPS. Prerequisites Before configuring WPA3-Enterprise with NPS, ensure the following: Step 1: Install and Configure … Read more

Fixing WSUS Reset Server Error

Windows Server Update Services (WSUS) can be quite frustrating while not working in top form. I suspect, running it on Server 2025 only amplify’s this frustration. According to Microsoft, these are the common Causes: Recommended Troubleshooting Steps: Sometimes, simply restarting WSUS-related services can resolve temporary issues. Reset the WSUS Database Check IIS Configuration Run the … Read more