The Azure Automation authentication via System Assigned Managed Identity is now in public preview! This means that you can authenticate from an Azure Automation account…
Tag: PowerShell
About a week ago, I participated in the Nordic Virtual Summit, and caught quite a few good presentations from leading tech personalities. One of them…
While trying to do a whatif-deployment via -Confirm in Azure PowerShell, I stumbled upon this error message (have seen it a couple of times now…
Windows Server 2016 updates slow? Try disabling Real-Time Windows Defender Scanning during install: [PowerShell] Set-MpPreference -DisableRealtimeMonitoring $true [/PowerShell] If this makes your updates quicker, you…
Encountered an issue where the Citrix related services on Citrix Desktop Delivery Controller 7.18 would time out during startup. This is on Windows Server 2016…
I recently was tasked with troubleshooting a malfunctioning Relying Party Trust on a customers AD FS. As a troubleshooting step, I wanted to remove the…
Recently I had to set default calendar permissions for all the users in our Exchange Organization. This is easily done by a simple oneliner (or…
Encountered unresolved GUIDS in an Event from Event Viewer today, and did some research to find out how I could resolve it to real names.…
I was working on a PowerShell script for some mundane management task in Exchange 2010 SP3, and was met with a crash in the Integrated…