v1.6.6
Fixed
- Web UI (and API) returned a generic HTTP 500 (
The term 'Get-OdjFormBody' is not recognized).
Pode route/auth handlers execute in separate runspaces that only auto-import functions defined
in the entry-point script itself. The audit-logging and HTML-builder helpers live in separately
dot-sourced files (OfflineJoinLogging.ps1,OfflineJoinWebUi.ps1), so their functions were
invisible to those runspaces. The helper scripts are now registered viaUse-PodeScript, which
imports their functions into every runspace. - Added Pode terminal error logging (
Enable-PodeErrorLogging) so unhandled route/auth exceptions
are surfaced on the console instead of only a bare 500.
Changed
docs/quickstart.md,docs/schnellstart.md: corrected theWindowsAdauth description - the
standalone mode serves a hosted HTML sign-in form (backed by a server-side session cookie),
not HTTP Basic.
Upgrade
Re-extract this release over C:\Install\CrossForestOfflineJoin-main (or your runtime folder)
and restart the service. No configuration changes are required.