Microsoft Graph / Graph API
Introduction: The Microsoft Graph APIs exposes RESTful services. This makes it very flexible because REST is compatible with almost any modern platform programming languages. The exchange format is...
View ArticlePowerShell
Overview: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2 Download:...
View ArticleJust in time administration
JIT or JEA: https://github.com/PowerShell/JEA https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/overview?view=powershell-7.2 Prequisites: Just Enough Administration is a feature...
View ArticlePowershell 101
The aim of this post is to explain some basic tips and tricks about the usage of powershell in a real world: For reference to well-known PowerShell web sites, go to my Web links on this web site or...
View ArticlePowershell – runas system account
Script to runas system account in PoSH: https://github.com/DarkCoderSc/PowerRunAsSystem
View ArticleFree Tools for System and Network or DB Administrators
Free tools for Windows sysadmin – list of anti spyware softwares: https://www.clubic.com/telecharger/windows/antispyware/ – visual route and visual whois:...
View ArticleHow 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 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