Skip to content

Change Local User Password

Changes the password for an existing local user account.

Required

Specifies the username for the local account.

Required

Specifies the new password for the local account.

  • Category: User management
  • Brick ID: UsrMgr-ChangePassword
{
"category": "userManagement",
"description": "Changes the password for an existing local user account.",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "UsrMgr-ChangePassword",
"name": "Change Local User Password",
"parameters": [
{
"defaultValue": "",
"defaultValueObject": null,
"description": "Specifies the username for the local account.",
"id": "UserName",
"name": "Username",
"regExValidation": "",
"required": true,
"type": "TextBox",
"value": null,
"values": [],
"valuesObject": null
},
{
"defaultValue": "",
"defaultValueObject": null,
"description": "Specifies the new password for the local account.",
"id": "Base64Password",
"name": "Password",
"regExValidation": "",
"required": true,
"type": "TextBoxWithPassword",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "ZnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.7.2.1"
}