PowerShell scripts
Versioned script blueprints for repeatable, governed remote execution.
Managed systems
Search, sort, and attach credentials to the hosts used by RunPlans.
{{ row.address }}
{{ row.transport }}
{{ row.credentialName || 'No credential' }}
{{ row.tags?.join(', ') || '-' }}
Encrypted credentials
Store reusable usernames, passwords, and API keys for host authentication.
{{ row.username || '-' }}
{{ row.visibility }}
Execution plans
Pair scripts with deliberate host sets, then launch execution through the API.
Jobs
Log Viewer
| Time | Level | Source | Message |
|---|---|---|---|
| {{ shortDate(row.time) || '-' }} | {{ row.level }} | {{ row.source }} | {{ row.message }} |
Application Config
Database settings are editable here; environment-sourced values are shown so Docker configuration stays visible.
Users & Groups
{{ account.groups?.map((group) => group.name).join(', ') || 'No groups' }}{{ group.memberCount || 0 }} members{{ profileForm.displayName || user?.displayName }}
{{ profileForm.jobTitle || user?.role || 'PowerShell operator' }}
Profile Details
Keep identity details attached to the session so shared scripts, RunPlans, and logs read cleanly across teams.
Theme
Theme preference is stored on your account. The current choices are placeholders for the deeper theme library we can expand later.
Security
Local accounts can change passwords here. Entra-connected accounts are handed to the Microsoft password flow.