Self-Service Password reset for Windows

Azure AD has the capability to enable end-users to perform a self-managed reset of the password, in case one does not remember it anymore. Configuration is fairly easy, and can be done both through Intune and by adding a registry key. Detailed steps on how to do so...

Selecting the right Subscription in PowerShell

When your organization has multiple Azure Subscriptions and you are entitled to work with them, selecting the correct subscription becomes an important thing to do. Different approaches exist. I will have a look at the two most straight forward ones. Using an argument...

Understanding Azure Resource Management Hierachy

What is Azure Resource Management - or ARM? ARM can be perceived as the unified management layer that is used to create, delete or otherwise manage components in Azure. Regardless of the tooling used to configure something (Azure Portal, Azure Powershell, Azure CLI,...

Upcoming Azure webinars

Microsoft is strongly committed on sharing knowledge and information to partners and customers. One of the channels I highly appreciate is the frequent webinars they host to announce new features or to highlight specific features. For the remainder of November 2019,...

Enable-AzureRMAlias

Almost one year ago, the new Az Powershell module was released. The major change compared to the "older" AzureRM module is the fact that it is built on the .NET standard libraries, making it cross-platform compatible. In addition, the nomenclature has been adjusted....