This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Description
Hi,
I've an issue in using the module Set-UnityUser for change users password.
When I try to run the command "Get-UnityUser -Name $user | Set-UnityUser -oldPassword $oldPassword -newPassword $newPassword" windows prompt to me a confirmation but after that nothing happen.
Command output:
id : user
name : user
role : @{id=administrator}
All commands:
Connect-Unity -Server $UnityIP
Get-UnityUser -Name $user | Set-UnityUser -oldPassword $oldPassword -newPassword $newPassword
Disconnect-Unity
- Powershell version: 5.1.17134.858
- System Unity 400 software version 4.5.1.0.5.001
Thanks.