windows_accounts
Manage Windows local accounts and groups using net.exe: list, add, remove users; set passwords; manage group memberships. Enables autonomous IAM with agentic telemetry.
Instructions
Perform Windows local account and group management with agentic telemetry.
RATIONALE: Enables autonomous identity and access management (IAM) on local Windows systems. Uses 'net.exe' for industrial reliability and broad OS compatibility.
Args: action: The account operation to perform. user: Target username. password: New password (for add_user or set_password). group: Target local group name. group_action: Action to perform on the group (target user is 'user'). ctx: FastMCP Context for telemetry and sampling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| user | No | ||
| password | No | ||
| group | No | ||
| group_action | No | add |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||