dell / dell/powershell-vxrail

Update-iDRACUserV2 failing with 140004

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
0
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Currently running into an issue with updating the iDRAC user via the powershell modules, with:

```
Update-iDRACUserV2 -Server $server -Username -Password $vxrmgmtcred.GetNetworkCredential().password -Sn $sn -UserId '3' -iDRACUsername 'test' -currentiDRACPassword $currentidracpassword.GetNetworkCredential().password -newiDRACPassword $newidracpassword.GetNetworkCredential().password -iDRACPrivilege 'ADMIN'
```

returning:

```
{
"message": "Invalid request parameter(s).",
"errorCode": 140004
}
```

I'm new to utilizing VxRail's REST API, but as every other command is working as intended, I'm curious what exactly is going on.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.