Skip to content

Powershell script and CSV file that allows you to import marvel characters into Active Directory

Notifications You must be signed in to change notification settings

4ndr3w6/Import-Marvel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Import-Marvel

Powershell script and .CSV file that allows you to import Marvel characters as users into Active Directory

Script:

  1. Adds users into Active Directory
  2. Adds users to appropriate groups based off of marvel_users.csv.
  3. Sets Service Prinipal Names (SPN)'s for users thor and ironman.

To run:

  1. Download import_marvel.ps1 and marvel_users.csv.

  2. Change domain name to match personal enviroment's domain.

Note: This will need to be done in both files.

  • Inside of import_marvel.ps1 on line: 60, 79, & 80

  • Inside of marvel_users.csv for each user in the ou section

Example: "CN=thor,DC=example,DC=com" if desired domain is example.com

  1. Change the path to which 'marvel_users.csv' is located on line: 6 for import_marvel.ps1.

  2. Run .\import_marvel.ps1

About

Powershell script and CSV file that allows you to import marvel characters into Active Directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%