Check Azure AD Version using different methods

In Azure, you can configure the auto shutdown while creating a new virtual machine or enable it on existing VM’s. The entire process of auto-shutdown is done through Azure Portal. In my testing, the auto-shutdown feature worked very well, and I got emails from Microsoft Azure just 30 minutes before the Virtual Machines were about to … Read more

Reset DSRM Administrator Password using Ntdsutil

This article details the steps to reset DSRM administrator password. If you have forgotten the Directory Services Restore Mode (DSRM) password, you can reset it using Ntdsutil. The Directory Services Restore Mode (DSRM) password is first set when promoting a new Domain Controller. If you remember the DSRM password for a domain controller, it’s well … Read more

Find Who Created a User Account in AD

In this article, we will look at different methods to find who created a user account in AD (Active Directory). We’ll also explore how to use SCCM to query security event ID 4720, PowerShell scripts to get AD user creation dates, and list all the recently created user accounts. When auditing your Active Directory environment, … Read more