Change Local User Password
Changes the password for an existing local user account.
Parameters
Section titled “Parameters”Username
Section titled “Username”Required
Specifies the username for the local account.
Password
Section titled “Password”Required
Specifies the new password for the local account.
Details
Section titled “Details”- Category: User management
- Brick ID:
UsrMgr-ChangePassword
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}