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

Adding Azure regions with PowerShell

In this post, I will show you how to list all Azure regions using PowerShell. You can also use Azure Cloud Shell to get a list of all Azure regions along with physical location and geography group details. Each Azure geography contains one or more regions and meets specific data residency and compliance requirements. From … Read more

List all Azure Regions using PowerShell

In this post, I will show you how to list all Azure regions using PowerShell. You can also use Azure Cloud Shell to get a list of all Azure regions along with physical location and geography group details. Each Azure geography contains one or more regions and meets specific data residency and compliance requirements. From … Read more

How to find User’s Last Logon Time

In this tutorial, you’ll learn how to find the user’s last logon time using different methods. You can use any of these methods to determine an Active Directory user’s last sign-in date and time. As a system administrator, there are many situations in which you want to find the user’s last logon date and time. … Read more