How to audit a Windows Registry value ?
Here is the steps to audit a windows registry value: https://4sysops.com/archives/audit-changes-in-the-windows-registry/ Activate registry auditing Open Regedit (Start > Run > Type Regedit and...
View ArticleMail-enabled security group in PowerShell
This article to create mail-enabled Azure AD security group using PowerShell: A mail-enabled security group can be used to distribute messages as well as to grant access permissions to Azure AD and...
View ArticlePowershell errors handling: try/catch ErrorVariable…
In Powershell, how to trap the results of a command to perform specific actions? Resource about PS error handling techniques: https://livebook.manning.com/book/powershell-in-depth/chapter-30/22...
View ArticleAzure AD user bulk password reset using PowerShell
I selected for you this internet article which explain easily how to use PoSH to reset Azure AD users password in bulk mode Bulk Password Reset of Microsoft 365 Users using PowerShell
View ArticleWhat is the impact if I change the default UPN in Entra ID ?
Introduction: Azure Basics: Azure AD User Pricipal Name – UPN A side effect of updating a user principal name is that the user’s primary SMTP address also changes. This is because of the dual write...
View Article