-
Azure AD SSO: Updating the SSO Decryption Key
Firstly, Microsoft has provided a helpful and straightforward guide on this process. This article serves to reinforce the fact that updating the Single Sign-On (SSO) decryption key isn’t as scary as it might seem. Keeping your environment up to date is crucial for maintaining security, and updating the SSO key is one of those tasks…
-
Troubleshooting Autopilot Enrollment
Windows Autopilot simplifies the deployment of new devices, enabling you to configure and manage devices with minimal user intervention. However, like any automated system, issues can arise during the enrollment process. When Autopilot enrollment fails or encounters errors, diagnosing the problem can be challenging. In this post, I’ll walk you through using a PowerShell script…
-
How to gather ReportOnly Conditional Access sign-in logs
Conditional Access policies are a powerful security tool in Azure, allowing administrators to control access to resources based on conditions like user location, device state, or app sensitivity. However, implementing these policies without proper testing can cause disruptions for users. That’s where ReportOnly mode comes in handy. By using ReportOnly mode, you can monitor how…