Showing posts with label AAD. Show all posts
Showing posts with label AAD. Show all posts
Monday, July 3, 2023
How to download/export Azure Active Directory Users and groups.
As an Azure Administrator you may have to download Users list or Groups in your Azure Active Directory. In this article let us see how to export AAD users amd groups to csv and downlaod them.
Tuesday, April 25, 2023
How to Activate Azure Active Directory Premium P2 Trail Licenses.
Azure Active Directory (AAD) comes with free license, which means only basic feature of AAD are available. Based on the licenses you have the features available will differ. Organizations that require features like PIM (Previlaged Identity Management), SSPR (Self Service Password Rest), MFA (Multifactor Authentication) with OTP on Authenticator App, SMS, Dynamic Groups, etc will go with Premium licenses (P1 or P2).
Monday, December 5, 2022
What is Azure Active Directory
Before we get into understanding of Azure Active Directory (AAD), let us understand what is an Identity.
What is an identity?
An identity is an Object mostly userid with a password that is used for authentication / authorization.
An identity is an Object mostly userid with a password that is used for authentication / authorization.
What is Azure Active Directory?
Azure Active Directory (Azure AD) is a cloud-based identity and access management service. This service helps your
employees access external resources, such as Microsoft 365, the Azure portal, and thousands of other SaaS applications.
Why do we need identities on Azure i.e., AAD?
Azure AD or Identies on azure are needed for
1)login to portal==>>portal.azure.com
2)Get access to azure resources (RBAC)
3)Get access to SaaS (Software as a Service) Applications.
Azure AD or Identies on azure are needed for
1)login to portal==>>portal.azure.com
2)Get access to azure resources (RBAC)
3)Get access to SaaS (Software as a Service) Applications.
Monday, August 9, 2021
Creation of Azure Active Directory Guest Account
In this lab, you will learn how to create an Azure Active Directory Guest user ids.
Requirements:
Global Administrator role or any of the limited administrator directory roles such as guest inviter or user administrator that allows guest user creation.
Log in to Azure portal and search for Azure Active Directory.
Sunday, August 8, 2021
Azure Active Directory User(s) Creation using Powershell
Goal:
In this lab, you will learn how to create an Azure Active Directory user id(s) using Azure Powershell.
Requirements:
User should be part of Global Administration or User Administration Role.
Create AAD User(s) using Powershell:
1) Azure Active Directory PowerShell Modules, here is the command that is required to install AAD PowerShell modules on your machine.
$AzureAdCred = Get-Credential
Connect-AzureAD -Credential $AzureAdCred
Install-Module AzureAD
2)Authentication to Azure Active Directory. Once installation of AAD PS modules is done run the following command for authentication.
Subscribe to:
Posts (Atom)