February 2019
Beginner to intermediate
698 pages
12h 50m
English
In the next steps, we connect to our Azure AD and generate the test users and groups.
Start the Azure AD PowerShell console and connect to Azure AD by executing the following cmdlets and scripts:
$msolcred = get-credential# Enter your global administrator credentialsconnect-msolservice -credential $msolcredC:\Configuration\HRExports\HRImportToAAD.ps1
After starting the script, go directly to https://portal.azure.com with your admin@domain.onmicrosoft.com credentials. Select the users' section under your Azure AD. You should find the users from the HireUsers.csv file under the All users tab:
Read now
Unlock full access