lholland421 Posted August 11, 2014 Posted August 11, 2014 Hi, I am starting to use HAP and i need to update all of our students active directory accounts so they have the UPN in the Employee ID Field. Has anyone else had to do this before and have any good scripts or software to use? Thanks in advanced !
FN-GM Posted August 11, 2014 Posted August 11, 2014 This will do the job (really well) - Bulk AD Users Can do it in a GUI no scripts etc.
lholland421 Posted August 11, 2014 Author Posted August 11, 2014 Thanks for the speedy response guys ! Will take a look at it now !
FN-GM Posted August 11, 2014 Posted August 11, 2014 Edit: ^beat me to it! Bulk AD Users Keep up slow coach! 1
fxlite Posted August 13, 2014 Posted August 13, 2014 I'd advise using powershell to be honest, but if you're unfamiliar with it then by all means go the gui way. Something along the lines of: Get-ADUser -Filter * -SearchBase "ou=students,dc=domain,dc=sch,dc=uk" | Set-ADUser -employeeid yourNewID
yhttech Posted August 15, 2014 Posted August 15, 2014 Will this tool allow for the bulk creation of new users as well?
altonPM Posted August 17, 2014 Posted August 17, 2014 I've learned to use PowerShell, but I also use this great tool called ADManager Plus. It needs to be installed on a server, and it provides a web-based interface for bulk reporting and modifications in AD. It's pretty reasonable in cost.
jaminben Posted August 17, 2014 Posted August 17, 2014 +1 for PowerShell.... once you get the hang of it you'll never look back.
3s-gtech Posted August 17, 2014 Posted August 17, 2014 There's also ADModify.NET for this, it's old but tested and working well on 2012 R2.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now