Home » Archives for March 2021
This article explains (with conveniently copy-pasteable code samples) how you can query your printers using PowerShell and modify properties, such as paper size, for one or more of them. This is very useful if you have multiple printers and multiple computers that you use. AND if you frequently move between…Continue reading How to change printer paper size using PowerShell?
Rogue Azure Active Directories don’t sound like a huge and widespread problem, but Microsoft’s approach of generating unmanaged, viral AAD tenants whenever they encounter the tiniest reason to do so MUST be driven by some weird internal scorecard where “number of tenants” has a lot of weight, because you do…Continue reading Guide: How to take over and kill a viral AAD tenant?
In this article, I’ll do my best to explain how to list all loaded assemblies in a PowerShell session. You see, PowerShell is great at caching assemblies in the weirdest possible way, so ending up with all kinds of mismatches in loaded DLL versions is pretty common. Or just being…Continue reading Listing all of the assemblies loaded in a PowerShell session?
Long story short: My 6-year career with Valo is now coming to an end. Today was my last day at Valo. This is the longest I’ve ever worked at a company, and I’ve had the time of my life in the many positions I’ve held within Valo / Blue Meteorite.…Continue reading Of Course I Still #ValoLove You
I’m using Entity Framework in most of the projects that I’m working on – and for the most part, it’s a pleasure to work with. But as always, there are plenty of chances to run into issues… So obviously, I stumbled into all of the rare stuff that IS broken!…Continue reading How to fix “No database provider has been configured for this DbContext” in EF Core?
This short article simply documents how to install the dependencies for running Robot Framework on Azure DevOps’ hosted agents. This simple tip comes in handy when you need to run any UI testing for your project after build, as Robot Framework is a great and widely used tool for that.…Continue reading How to run Robot tests on an Azure DevOps hosted agent?
Another day, another issue with Azure Functions! For such a simple and powerful tool, it sure does produce a lot of topics for blog articles! 😁 So, in this article, I’m explaining a couple of possible reasons why you might get an error along the lines of “Missing value for…Continue reading “Missing value for AzureWebJobsStorage in local.settings.json” when debugging Azure Functions locally?