https://github.com/adbertram/PSADSync
A PowerShell module to sync users from an external data source to Active Directory.
https://github.com/adbertram/PSADSync
Last synced: over 1 year ago
JSON representation
A PowerShell module to sync users from an external data source to Active Directory.
- Host: GitHub
- URL: https://github.com/adbertram/PSADSync
- Owner: adbertram
- Created: 2017-04-21T20:15:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T15:59:01.000Z (over 4 years ago)
- Last Synced: 2024-11-02T22:12:29.394Z (over 1 year ago)
- Language: PowerShell
- Size: 950 KB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/adbertram/pspostman)
## The PowerShell Active Directory Sync Tool
The purpose of the PowerShell Active Directory Sync Tool is to consume _any_ CSV with user accounts (one per row) with _any_ fields and successfully match each row to an Active Directory user account. Once matched, the tool will sync any field in the CSV to the user account given all fields have been mapped correctly.
This module is still under development and testing so please be careful if running in production! Confirmations have been added to cut down on unexpected changes but this tool can make _major_ changes to your AD environment in no time flat!