FIX: Adding server to local domain This device is joined to AzureAD

Windows Server 2022 and Azure AD joined… I’ve never worked with Windows Server 2022 before and it’s been a while since I’ve worked on a server at all, but for a new feature within our product I needed an on-premise or hybrid environment with a Domain Controller and Hybrid Worker (Azure Automation).While adding my Hybrid … Continue reading FIX: Adding server to local domain This device is joined to AzureAD

How to read Kudu logs deploying Azure Web Services via pipeline

‘Failed to deploy web package to App Service’ in an Azure DevOps pipeline for ci/cd deployment I am a PowerShell Engineer and in addition I sometimes work with Yaml pipelines in Azure DevOps, but I am by no means an expert. The same goes for Azure Web Services.I have little experience building an Azure Web … Continue reading How to read Kudu logs deploying Azure Web Services via pipeline

FIX: Your connection isn’t private using Fiddler

Starting Fiddler (F12) causes websites to break with ‘Your connection isn’t private‘ back from 4 months leave means you have to get back into your job and some things don’t work anymore, Fiddler was one of them.Once I started Fiddler, I couldn’t open a web page without getting the error message. Your connection isn’t private … Continue reading FIX: Your connection isn’t private using Fiddler

FIX: Please remove the lock and try again ScopeLocked Azure

‘The scope cannot perform delete operation because following scope(s) are locked‘ The tutorial works for all Azure resources that have a lock. I ran into it while working on Azure Automation runbooks, where I try to delete runbooks, so I’ve used this in my screenshots and error messages. There is a lock on your Azure … Continue reading FIX: Please remove the lock and try again ScopeLocked Azure

FIX: Object reference not set to an instance of object Add-Migration

Visual Studio, Add-Migration & parental leave… & Errors… I was working on a new feature. I had been working on the feature for several weeks and was now ready to add my latest changes to our DTAP. When I had a parental leave coming up in a few days (wife was pregnant and I’m off … Continue reading FIX: Object reference not set to an instance of object Add-Migration

FIX: Files in my Git gitignore are still available in the repository

Why are the files still available in my Azure DevOps repository that I added to my gitignore? Most times this occurs, because files that have already been added to a repository and committed will not be ignored by gitignore rules. PS: For most PowerShellers among us who are not used to the difference between a … Continue reading FIX: Files in my Git gitignore are still available in the repository

FIX: Page not available when clicking on Virus and threat protection

Virus and threat protection in Windows Defender unavailable “Page not available” error when trying to access the Virus and threat protection feature in Windows Defender can be a frustrating issue to deal with, but there are a few things you can try to fix it. The solution may vary depending on the underlying cause of … Continue reading FIX: Page not available when clicking on Virus and threat protection

FIX: Parameter input shown as not recognized as a cmdlet AzA

My Parameter input is not recognized as a cmdlet in Azure Automation Nowadays, we roll out Azure and workplace features via a WebApp, such as Conditional Access or Privileged Identity Management for customers that need them. This speeds up the process of onboarding customers. We have adapted our WebApp in such a way that you … Continue reading FIX: Parameter input shown as not recognized as a cmdlet AzA

How to import a custom PS module in a VM or Azure Automation

Keep your PowerShell modules updated! We will do all of this with Azure Automation and PowerShell, you can also do this in a ci / cd pipeline, but that’s up to you. Disclaimer: Everything will be simplified, these are steps you can follow, but you must modify before it works in your own environment. What … Continue reading How to import a custom PS module in a VM or Azure Automation

How to take an image from a website when right click is unavailable

Let’s grab them images by the… backend, this is a post for Windows users! I use images from other websites on my blog. Usually, I download or copy the images and re-upload them on my blog. I mainly do this with images where it is allowed under the Commercial and non-commercial purposes. Why can’t I sometimes copy or … Continue reading How to take an image from a website when right click is unavailable