apteco_fvb 

By: | 13 downloads | Last Updated: 7/22/2026 | Latest Version: 0.0.2

Apteco PS Modules - Node.js Webhook Receiver A Fastify-based Node.js webhook receiver with a SQLite queue and a SQL Server worker. Use Copy-NodeWebhook to deploy the application files to a target directory, then run setup.ps1 to install pm2, configure IIS ARR, and register the autostart task. Requires Node.js >= 22.5.0 and npm on the target... More info

By: | 0 downloads | Last Updated: 7/30/2026 | Latest Version: 0.3.13

Apteco PS Modules - PowerShell install dependencies Module to install dependencies from PowerShell Gallery and NuGet. Downloads and installs the latest versions of some modules and packages (saved in current folder or machine folder) from the PowerShell Gallery and NuGet.

By: | 0 downloads | Last Updated: 7/30/2026 | Latest Version: 0.1.0

Apteco PS Modules - PowerShell SSL Certificate Test This module retrieves the SSL/TLS certificate presented by a HTTPS url, without needing that connection to be trusted first, e.g. to inspect or pin a certificate. Get-SslCertificate -Url "https://www.apteco.de" Get-SHA256Thumbprint -Url "https://www.apteco.de"

By: | 0 downloads | Last Updated: 7/30/2026 | Latest Version: 0.2.0

Apteco PS Modules - Apteco Orbit API client Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging loop yourself. Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential) Invoke-AptecoOrbit -Key "GetPeople... More info