Skip to main content

Tech enthusiast and lifelong learner with expertise in Microsoft 365, cybersecurity, and cloud technologies.

View all authors

Win32 App Deployment in Intune: Leveraging Verbose Logs to Fix Installation Issues

7 min read

Win32 app deployment flowchart

When deploying applications using Microsoft Intune, installing applications using the line-of-business (LOB) deployment method can make the process of deploying applications easier. However, once installations being deployed using LOB start failing, very little logging information is available to troubleshoot the issue. This is where Win32 app deployment shines 馃ぉ

Deploying Microsoft Entra Self-Service Password Reset in a Hybrid Environment with PowerShell

9 min read

Self-service password reset diagram

One of the first things organizations do once they upgrade to a M365 license type that includes Microsoft Entra ID P1 is to start rolling out Conditional Access Polices to incorporate fine-grained security polices. However, after that, an attractive feature, especially for organizations with a hybrid environment, is the Self-Service Password Reset (SSPR) feature.

Using Microsoft application proxy to enforce MFA on the Genetec web app

2 min read

If an on-premises web application does not support modern authentication, using Microsoft Entra application proxy can be a great way to add strong authentication (MFA) to the web app. This can provide multiple benefits: Firstly, when creating an Entra application proxy app, it is assigned a service principle in the Entra tenant and can therefore be targeted by conditional access polices to enforce strong authentication before access is granted. Secondly, Microsoft Entra application proxy allows access to internal web applications without the need for an VPN or opening up any ports on the firewall.