Fill in the required fields:
The script first checks if the device its running on is an AD server or not. It then checks if you selected to create an AD account or local account. Errors out if they dont match. It then creates the user account and if present, loops through the groups adding the user to each of them.
Level |
Name |
Value |
Notes |
component |
FirstName |
First Name of the new user |
|
component |
LastName |
Last Name of the new user |
|
component |
PasswordType |
Random String |
Selection between “Random String” and “PassPhrase” |
component |
AccountType |
AD Account |
Selection between “AD Account” and “Local Account” |
component |
Groups |
Remote Desktop Users, Accounting |
Comma separated list of groups to which the user should be added |
component |
Convention |
First Initial Last Name [juser] |
Select the naming convention to use |
Site |
EmailDomain |
Email domain for the client. (Dont include @) |
If this component downloads any external files other then grabbing the script from our repository, they will be listed here so you can do your own due diligence if needed.
Filename |
URL |
Path |
Notes |
No files downloaded in this component |
11/17/2022 – Initial Release