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

Issue Set-UnityUser change user password #79

@Andryv

Description

@Andryv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions