Create-Accounts-CSV

1.5

Creates Active Directory user accounts from a CSV file.

This script will:

Create users based on information provided by a CSV file. All other options are added via command line switches.

The command line switches provide configuration for:

Organisational Unit in which to create the users.
The user's UPN.
Home Drive location.
Home Drive Letter.
Membership of an Act
Creates Active Directory user accounts from a CSV file.

This script will:

Create users based on information provided by a CSV file. All other options are added via command line switches.

The command line switches provide configuration for:

Organisational Unit in which to create the users.
The user's UPN.
Home Drive location.
Home Drive Letter.
Membership of an Active Directory Group.
Account Expiry Date.

Please note: to send a log file using ssl and an SMTP password you must generate an encrypted
password file. The password file is unique to both the user and machine.

The command is as follows:

$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content c:\foo\ps-script-pwd.txt

Show more
The owner has unlisted this package. This could mean that the script is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Create-Accounts-CSV -RequiredVersion 1.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(C) Mike Galvin. All rights reserved.

Package Details

Author(s)

  • Mike Galvin twitter.com/digressive

Tags

Active Directory User Creation CSV File Import

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated