How to create multiple users in Microsoft 365 PowerShell with one command

preview_player
Показать описание
Professor Robert McMillen shows you how to create multiple users in Microsoft 365 PowerShell. this is using Microsoft 365 online and importing the csv file. Here is the command:

New-Msoluser -userPrincipalName $_.UserPrincipalName -displayname $_.displayname -firstname $_.firstname -lastname $_.lastname -password $_.Password -usagelocation "us"
}
Рекомендации по теме