Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishbowler/tricky-ad-users
Powershell script to create users in Active Directory that have CNs that should be escaped when used a Distinguished Name
https://github.com/fishbowler/tricky-ad-users
Last synced: about 1 month ago
JSON representation
Powershell script to create users in Active Directory that have CNs that should be escaped when used a Distinguished Name
- Host: GitHub
- URL: https://github.com/fishbowler/tricky-ad-users
- Owner: Fishbowler
- Created: 2019-11-20T22:06:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T22:13:14.000Z (about 5 years ago)
- Last Synced: 2024-11-02T03:42:06.870Z (3 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tricky-ad-users
Powershell script to create users in Active Directory that have CNs that should be escaped when used a Distinguished Name## Usage
Run in Powershell ISE, or in any Powershell terminal (with relevant ExecutionPolicy).Runs as the current user, so you'll need permissions to create AD objects.
## Roadmap
Future work ideas are all niceties and housekeeping:
* Test for the presence of the OU
* If the OU doesn't exist, create it
* If the sAMAccountName already exists, do something
* Option to delete users first
* etc