Set-ADPassword
1.0
Powershell script for IT support team which allow to reset AD users password in a GUI interface.
Requirements:
- PowerShell 4 (Windows Management Framework 4) o highter.
- Support users must be able to reset AD users password:
https://community.spiceworks.com/how_to/1464-how-to-delegate-password-reset-permissions-for-your-it-staff
-
Requirements:
- PowerShell 4 (Windows Management Framework 4) o highter.
- Support users must be able to reset AD users password:
https://community.spiceworks.com/how_to/1464-how-to-delegate-password-reset-permissions-for-your-it-staff
-
Powershell script for IT support team which allow to reset AD users password in a GUI interface.
Requirements:
- PowerShell 4 (Windows Management Framework 4) o highter.
- Support users must be able to reset AD users password:
https://community.spiceworks.com/how_to/1464-how-to-delegate-password-reset-permissions-for-your-it-staff
- Support computers must install RSAT (Remote Server Administration Tools):
dism /Add-Capability /CapabilityName:$((Get-WindowsCapability -Online -Name "*Rsat.ActiveDirectory*").Name) /Online
Show more
Requirements:
- PowerShell 4 (Windows Management Framework 4) o highter.
- Support users must be able to reset AD users password:
https://community.spiceworks.com/how_to/1464-how-to-delegate-password-reset-permissions-for-your-it-staff
- Support computers must install RSAT (Remote Server Administration Tools):
dism /Add-Capability /CapabilityName:$((Get-WindowsCapability -Online -Name "*Rsat.ActiveDirectory*").Name) /Online
Installation Options
Owners
Copyright
2021 Juan Granados
Package Details
Author(s)
- Juan Granados
Tags
AD Active Directory Reset Password GUI
Functions
Get-FormVariables Get-MyModule
Dependencies
This script has no dependencies.
Release Notes
Initial release
FileList
- Set-ADPassword.nuspec
- Set-ADPassword.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 202 | 8/25/2021 |