Disclaimer I have not found the solution myself. I eventually also searched Google for this problem and found that there are more people with this problem. In this blog post I wrote out how to fix NPS not receiving authentication requests from clients with a detailed explanation. Introduction Yesterday it was clear again that we … Continue reading FIX: Network Policy Server (NPS) not receiving authentication requests from clients Windows 2019
Month: June 2020
A summary about a summary about Microsoft Graph API and PowerShell
Microsoft Graph API and PowerShell. With PowerShell you usually use modules provided from a gallery like the Microsoft PowerShell Gallery. But what is Microsoft Graph API and why can we use it without a module? For more about that please check the page below. The summary: Why the Microsoft Graph API, when modules work fine? … Continue reading A summary about a summary about Microsoft Graph API and PowerShell
Workaround: Dell XPS 15 9560 throttling
Dell has shitty service and notebooks. I have a Dell XPS 9560.My laptop has one of the best specs of its time (2 years ago), NVIDIA(R) GeForce(R) GTX 1050 with 4GB GDDR5 graphics memory 1TB PCIe Solid State Drive 32GB (2x16GB) DDR4 at 2400MHz 7th Generation Intel(R) Core(TM) i7-7700HQ Quad Core Processor (6M cache, up … Continue reading Workaround: Dell XPS 15 9560 throttling
How to convert a CSV with one column in to more columns PowerShell
You should know a bit about PowerShell for this blog post. For another blog post I needed a list of countries and local dial-in numbers for Microsoft Teams PSTN. When copying and pasting the table in Excel, it was all in one column, and this triggered me to see if I could fix this with … Continue reading How to convert a CSV with one column in to more columns PowerShell