Passwork update

Windows Server (PowerShell)

7min
online update open powershell as "administrator" using the start context menu right click on the start icon in the lower left corner of the screen select "windows powershell (administrator)" from the context menu using the start menu left click on the start icon in the lower left corner of the screen write powershell open powershell as "administrator" with the combination — ctrl + shift + enter and start an online update of passwork powershell update passwork method online actions performed by the script checking if the passwork component file exists using passwork component to get the current passwork version checking if the internet is available by querying the client portal querying the client portal to get the available version checking if an update is needed preparing and downloading the new version archive verification with digital signature processing and copying files to the new version archiving and cleaning the old version installing the new version offline update go to the customer portal and get the latest version of passwork and its digitally signed you need public key pem to verify the digital signature, spobods to get it manual open the url ; copy the entire contents; paste into a file and save with the name — public key pem automatic (powershell) powershell (new object system net webclient) downloadfile("https //passwork pro/public key", "$pwd\public key pem") move the received files to a windows server with passwork from where you plan to run the offline update powershell $pwd\passwork xxxxxx zip $pwd\xxxxxx sig $pwd\public key pem open powershell and run the function powershell update passwork method offline by default, the script will verify the digital signature using the public key if the signature is invalid or missing, the update will be aborted if you trust the source of the archive, you can bypass signature verification powershell update passwork method offline ignoresignaturecheck actions performed by the script checking for the presence of the passwork component file finding and moving the passwork archive using passwork component to get the current version of passwork checking if an update is needed archive verification with digital signature processing and copying files to the new version archiving and cleaning up the old version installing the new version