This repo includes:
- CreateUser365 - user initiative creation and more with 365 outlook including mails (Supposing E license purchased and assigned to a group)
- BulkUser - Quick asynchronous user creation based on SQL query.
- DSA - Nice GUI representing alike DSA.msc console from the on-premise based on grid view feature in Powershell and based on user Hirachy in a flat AAD.
- Clone to a folder
- Fill required data in script
#region Input from user
Set-Variable -Name domain -Value "" -Option AllScope
Set-Variable -Name LICENSE_OFFICE365 -Value "" -Option AllScope
Set-Variable -Name LICENSE_EMSE3 -Value "" -Option AllScope
- Fill the Excel template in user information: https://1drv.ms/x/s!AkZyvbMPcBA_gRkE85dPazE1vxv4
- Run with the path of the excel, example: CreateUser365.ps1 c:\temp\Project Users.xlsx
- Clone to a folder
- Fill required data in script
Set-Variable -Name domain -Value "" -Option AllScope
Set-Variable -Name areacode -Value "" -Option AllScope
Set-Variable -Name Logfile -Value "." -Option AllScope
Set-Variable -Name UsageLocation -Value "" -Option AllScope
- Fill required data query from SQL
$Params = @{
'ServerInstance' = '';
'Database' = '';
'Username' = '';
'Password' = '';
'Query' = '';
}
- Run.
- Clone to a folder
- Run