Link to home
Start Free TrialLog in
Avatar of cawasaki
cawasaki

asked on

powershell script GUI to change active directory User password

hello,

i need a powershell Gui script for my helpdesk team to change user password on active directory.
the helpdesk must only put the username and the script must generate a password with 10 char with lowercase-uppercase and number.
the user must change password at next logon

thanks for help
Avatar of Pierre Bengtsson
Pierre Bengtsson
Flag of Sweden image

Sounds interesting! I just started learning how to create gui for powershell, because I am gonna make a tool for myself that activates the OEM licens for my deployed computers, maybe this could be my second project :) I'm sure someone will be faster than me to make this, but if not, I'll post it here.
Avatar of Shimshey Rosenberg
http://www.cjwdev.com/Software/AccountReset/Info.html

This may be helpful, we have used it a lot.
(Not exactly what you asked for, but pretty much simple utility to use)
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Naveen Sharma
Naveen Sharma

PowerShell script for IT support team which allow to reset AD users password in a GUI interface:
https://gallery.technet.microsoft.com/scriptcenter/GUI-Password-Reset-Tool-d457e8fb

PowerShell GUI script to reset an Active Directory user’s password. The script will need to be run from a computer which is part of the domain: https://github.com/supersysadmin/WindowsPowerShell/blob/master/Scripts/GUI/AD/ADUserResetPassword.ps1

How to force all users to change their Active Directory password at next logon
http://expert-advice.org/active-directory/force-users-change-active-directory-password-next-logon/

Active Directory self service solution for password reset and account unlock:
https://www.lepide.com/active-directory-self-service/
Avatar of cawasaki

ASKER

@Shaun Vermaak

hello,

your tools, is good, but i need one i can modify, because i have other need.
Do you know C#? I can publish source
ah its not powershell :) no dont now c#
What features do you need?
hello,

i need to be able to send new password to print server, so user go to printer and use his badge to print the new password :).
i already do this in my powershell gui but the only think missed in my script is the auto generate new password, actually administrator need to enter the new password manually.
i will close the question and will open one with my code and will ask the help tanks all
thanks