Jump to content

Recommended Posts

Posted

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 !

Posted

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

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...