Overview
Basic requirements
- Operating system — Windows Server 2016, 2019 or 2022
- AVX-compatible CPU
- Run as Administrator
Main scripts
Administration scripts
Summary
PowerShell module for Passwork supports both online and offline installation:
Install-Passwork -Method online— downloads, installs, and configures all components required for Passwork.Install-Passwork -Method offline— installs and configures components that were downloaded manually.
danger
Before starting offline installation, download Passwork installation archive as well as required components, and place them into the directory specified in the instructions.
Additional administration functions:
Update-Passwork -Method online— updates Passwork to the latest version available under your license.Update-Passwork -Method offline— updates Passwork using an installation archive.Backup-MongoDB— creates a backup of the Passwork database or all databases.Restore-MongoDB— restores databases from a selected backup.Get-Passwork-Details -Option conf— collects configuration files.Get-Passwork-Details -Option log— collects log files.Set-Passwork-PowerShell— migrates Passwork to use the PowerShell module.