Features

Everything in the Super PowerShell web UI today. Operator how-tos are in the docs.

Core

Scripts and execution

  • Script library — Folder tree, search, drag-and-drop move, bulk delete (admin)
  • Editor — CodeMirror, description, per-script timeout, enabled toggle, Save / Run / Download
  • Versions — Automatic snapshots; view, restore, or clear history per script
  • Import / export — Single files or ZIP of the full library from Settings
  • Jobs — Global list, live output polling, stop, re-run, copy log, deep links
  • Job queue — Configurable max concurrent runs with queue position toasts
  • History — Per-script run list inside the editor; opens Jobs for detail

Automation

Schedules

  • Schedule types — Cron, interval (minutes), default nightly window, weekly, daily, monthly
  • Per-script schedules — Schedules tab in the editor (one schedule per script in the UI)
  • Global schedules table — All schedules with overdue and stale badges; run now
  • Folder auto-schedule — New scripts in a folder can inherit a default nightly schedule
  • Pause all schedules — Master switch in Settings without blocking manual runs
  • Timezone — Instance timezone drives schedule and alert times

Operations

Ops dashboard

  • Summary cards — Failed jobs (24h), overdue/stale schedules, attention scripts, upcoming, running/queued
  • Work lists — Filterable buckets with open job/script and run-now actions
  • Nav badges — Jobs failure count and Ops attention count in the header

Admin

Secrets, modules, terminal, settings

Secrets

Write-only secret store. Scripts use $secret:Name. Admin only.

Modules

View configured and installed PowerShell modules. Install from the gallery. Admin only.

Terminal

Browser PowerShell via xterm.js. Connect/disconnect. Admin only.

Settings — General

Timeouts, concurrency, history limits, timezone, server URL, import/export.

Settings — Runtime

PowerShell version display and in-container upgrade path.

Settings — Alerts

Halo PSA OAuth, daily digest, webhook on failure, test buttons.

Settings — Backup

On-box ZIP create/restore; offsite S3-compatible scheduled backup.

Roles

admin — full UI. operator — scripts, jobs, schedules, ops only.

API

Automation beyond the UI

  • REST API — Documented at /swagger/ on your instance
  • MCP — Tools for scripts, jobs, schedules, secrets, modules, settings (when API auth is configured)
  • Keyboard shortcuts — Ctrl+S save, Ctrl+R run, Ctrl+K search, Esc close dialogs
  • Global search — Scripts and schedule rows from Ctrl+K

Operator documentation (opens in a new tab)