On-Prem-AD-User-Creator
21.12.8
This script will create AD users based on first and last names in a specified CSV file.
All other options are added via command line switches.
The command line switches provide configuration for:
Organisational Unit to create the new users.
User's UPN.
Home Drive location.
Home Drive letter.
Membership of Active Directory Groups.
To send a log file via e-mail using
All other options are added via command line switches.
The command line switches provide configuration for:
Organisational Unit to create the new users.
User's UPN.
Home Drive location.
Home Drive letter.
Membership of Active Directory Groups.
To send a log file via e-mail using
This script will create AD users based on first and last names in a specified CSV file.
All other options are added via command line switches.
The command line switches provide configuration for:
Organisational Unit to create the new users.
User's UPN.
Home Drive location.
Home Drive letter.
Membership of Active Directory Groups.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Show more
All other options are added via command line switches.
The command line switches provide configuration for:
Organisational Unit to create the new users.
User's UPN.
Home Drive location.
Home Drive letter.
Membership of Active Directory Groups.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k
Tags
Active Directory User Creation CSV Import
Functions
Dependencies
This script has no dependencies.
FileList
- On-Prem-AD-User-Creator.nuspec
- On-Prem-AD-User-Creator.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
23.4.28 | 38 | 4/28/2023 |
22.6.6 | 34 | 6/14/2022 |
21.12.8 (current version) | 43 | 12/8/2021 |