Creating and managing users and groups
In the next steps, we will connect to our Azure AD and create test users and groups.
- Start the Azure AD PowerShell console.
- Connect to Azure AD.
- Type
$msolcred = get-credential
and enter your fresh user ID. - Type
connect-msolservice -credential$msolcred
. - Start the script
C:\Configuration\HRExports\HRImportToAAD.ps1
.Tip
Remember the Execution Policy settings of your PowerShell. More information can be found at: http://bit.ly/1EWLG03. Alternatively, you can also use
connect-msolservice
to connect.After starting the script, go directly to https://manage.windowsazure.com with your
admin@domain.onmicrosoft.com
credentials. Select the user's section under your Azure Active Directory. You should find the users from the ...
Get Mastering Identity and Access Management with Microsoft Azure now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.