Passwork update
Installation migration

Migration from installer to PowerShell

8min

Please note:

  1. The instructions describe how to prepare and migrate Passwork, installed using the Passwork installer or manually, to the PowerShell module.
  2. The instructions are for a single Passwork installation and are not suitable for a fault-tolerant solution.

Preparation

Open PowerShell as "Administrator":

When using Windows Server 2016, you must enable the TLS 1.2 security protocol using the command:

PowerShell


Get the PassworkModule.zip archive into the current directory:

PowerShell


In case of errors, the archive can be downloaded manually: https://repos.passwork.pro/repository/windows-powershell/PassworkModule.zip

Unzip the PowerShell module:

PowerShell


Migration

Description

Migration will collect and record information about the components used in a separate file, remove the Passwork installer, and add the ability to use administration features.

Start migration process

Run the migration:

PowerShell


The script will create a file called C:\inetpub.passwork_component, which contains the details that are needed for the PowerShell module to work correctly:

Document image