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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Set-ADPassword

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Version History

Version Downloads Last updated
1.0 (current version) 173 8/25/2021