Skip to content

Category: Azure

The referenced account is currently locked out and may not be logged on to.

The referenced account is currently locked out and may not be logged on to. You may receive the following error after creating your Azure AD DS instance and when you try and join your Azure server to the newly created domain you receive the error. There are a few options to test to try and…

1 Comment

Conditional Access policy for Guest and External Accounts

Conditional Access policy for Guest and External Accounts In post, I will go through the steps of setting up a Conditional Access Policy which will enforce MFA for Guest and External Accounts. This will add another layer of protection if guest account credentials were compromised. To get started we need to sign into the Azure…

Leave a Comment

Azure Conditional Access Policy to Allow access to Office 365 from a certain Country only

Azure Conditional Access Policy to Allow access to Office 365 from a certain Country only In this post, we will go through the setup of an Azure Conditional Access policy to Allow access to Office 365 portal and apps only from allowed location. To get started we need to navigate to the Azure Admin Portal:…

Leave a Comment

How to create a new Azure virtual machine using Azure PowerShell and Azure CLI

How to create a new Azure virtual machine using Azure PowerShell In this post, we will look at how to deploy a new Azure virtual machine using Azure PowerShell. In this post we will also look at creating a new VM using the Azure CLI. To get started we ned to start by installing the…

2 Comments

Configure Azure AD Connect Pass Through Authentication

Configure Azure AD Connect Pass Through Authentication Azure pass-through authentication allows user to login to cloud and on-premise applications by using the same passwords. Pass-through authentication validated the password against the on-premise active directory. Prerequisite needed: Global Admin account Azure AD Connect 1.1.750.0 or later Windows Server 2012 R2 or later with TLS 1.2 enabled…

Leave a Comment