Jump to content

Recommended Posts

Posted

Hello,

We are wanting to change all of the students' passwords in Year 7 to their admission numbers (long story).

Is there an easy way of doing this in bulk?

 

I can export a list of each through SIMS .NET, but obviously I will need to apply these modifications in AD.

 

I have the WiseSoft AD tools if they're useful here...

 

Help!!

Posted

dsquery user "OU=Year7,DC=domain,DC=local" -limit 0 | DSMOD user -pwd password

 

This looks at a specific OU, Replace password with the password of your choice.

 

It's a long time since I used this but I think the students need to change password on first login.

Posted
If you have a list of usernames and passwords in Excell. You can use the concatenate function to generate the powershell command to reset the passwords.
Posted
dsquery user "OU=Year7,DC=domain,DC=local" -limit 0 | DSMOD user -pwd password

 

This looks at a specific OU, Replace password with the password of your choice.

 

It's a long time since I used this but I think the students need to change password on first login.

 

That won't work as each student needs to be set a unique password

Posted
dsquery user "OU=Year7,DC=domain,DC=local" -limit 0 | DSMOD user -pwd password

 

This looks at a specific OU, Replace password with the password of your choice.

 

It's a long time since I used this but I think the students need to change password on first login.

 

Sorry, I may have written it badly, what we are doing is setting every single user as their own admission number.

200 kids, 200 unique passwords.

 

- - - Updated - - -

 

If you have a list of usernames and passwords in Excell. You can use the concatenate function to generate the powershell command to reset the passwords.

 

Not really up on PowerShell so I'm not too sure about this :-/

Posted (edited)
I have made up a spreadsheet and attached this. Populate your username and passwords column and then drag down the powershell command column. It should then give you a long list on unique commands. Paste these into powershell. I paste them into a notepad file first just to get rid of any odd formatting.

Password Changer.xlsx

Edited by FN-GM
Posted
I have made up a spreadsheet and attached this. Populate your username and passwords column and then drag down the powershell command column. It should then give you a long list on unique commands. Paste these into powershell. I paste them into a notepad file first just to get rid of any odd formatting.

 

Strange, I can't download that?

Just opens a new tab and is blank!

Posted (edited)

Right clicking the attachment hyperlink and press "Save Target As"

 

EDIT: Ignore that, it doesn't work. PM me your email address and I will send it you.

Edited by FN-GM
Posted
Right clicking the attachment hyperlink and press "Save Target As"

 

EDIT: Ignore that, it doesn't work. PM me your email address and I will send it you.

 

It worked for me.

Earlier that was saying save a .GIF but maybe Edugeek hadn't fully uploaded the file or something!

Posted
Right clicking the attachment hyperlink and press "Save Target As"

 

EDIT: Ignore that, it doesn't work. PM me your email address and I will send it you.

 

Okay, so that didn't work:(

1b2fe4ca4ed3a184cdbc462a5ad1ee7b.png

Posted (edited)

You don't have the RSAT tools on that computer. You will need to install the AD mismanagement tools. Run the commands on your Domain Controller and they will work.

 

What version of OS is this on? It will need to be 2008 R2 minimum.

Edited by FN-GM
Posted (edited)
You don't have the RSAT tools on that computer. You will need to install the AD mismanagement tools. Run the commands on your Domain Controller and they will work.

 

What version of OS is this on? It will need to be 2008 R2 minimum.

 

Okay, it's 08R2 - is this under add roles or could you provide a link?

Sorry!

Thanks :-)

 

d079aaa03a5a59d3b93dd8e1ba06cc3c.png

Edited by GRitchie
Posted
You don't have the RSAT tools on that computer. You will need to install the AD mismanagement tools. Run the commands on your Domain Controller and they will work.

 

What version of OS is this on? It will need to be 2008 R2 minimum.

 

Sorry, I've misread.

I have ran this on the server, that's the error in that screenshot! :(

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