psloggedon
Identify users logged on locally or via network connections to audit system access and monitor active sessions.
Instructions
List users logged on locally and optionally via network connections.
Wraps Sysinternals PsLoggedon.
Return Format
{"success": bool, "users": list[dict], "count": int, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local | No | Show locally logged-on users | |
| network | No | Show network logons from this machine (-x) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||