filmov
tv
How to create multiple users in Microsoft 365 PowerShell with one command
![preview_player](https://i.ytimg.com/vi/DT-G2V8E1Zc/maxresdefault.jpg)
Показать описание
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"
}
New-Msoluser -userPrincipalName $_.UserPrincipalName -displayname $_.displayname -firstname $_.firstname -lastname $_.lastname -password $_.Password -usagelocation "us"
}