command reference
74 commands, one page each.
The reference is generated from the module by a separate pipeline: one page per command, one per provider, each with several explanatory voices. This is the entry point. Search, browse by group, or start from the provider you run.
start here
Forest audit
Invoke-SpnForestAudit and the six audit commands, with the coverage ledger.
Audit suite →template
Every generated page inherits one layout: a command header, a synopsis, the syntax block, then the voices as tabs, then parameters, examples, outputs, and related commands. See the populated template for Invoke-SpnLifecycle.
all commands, by verb
| verb | what it means here | count |
|---|---|---|
| Get- | read and return; never writes | {{ tok.COUNT_GET }} |
| Test- | preflight a plan against AD; never writes | {{ tok.COUNT_TEST }} |
| Invoke- | run a lifecycle, engine, or scan; ShouldProcess-gated where it writes | {{ tok.COUNT_INVOKE }} |
| Export- | write a file: hand-off bundle, runbook, report | {{ tok.COUNT_EXPORT }} |
| New- | build a plan object from candidates | {{ tok.COUNT_NEW }} |
| Start- | guided entry point | {{ tok.COUNT_START }} |
Per-verb counts come from the module manifest at generation time.