Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Function-based Powershell Script for automated and secure (MFA) distribution of COVID19 test results in collaboration with DRACOON-API.

License

Notifications You must be signed in to change notification settings

learningitio/PSDracoon

Repository files navigation

PSDracoon

Powershell Module for handling tasks on Dracoon-Software (https://www.dracoon.com). The module is completely plattform independant and can be run on MacOS, Windows and Linux.

How to Install

In order to acquire the latest version of the module from a machine that has internet connectivity, simply run the following PowerShell line:

Install-Module -Name PSDracoon -Force

Afterwards you can setup the module by using following Command:

Connect-Dracoon

You have to enter authentication details and your personal Dracoon IDs. These information will be saved securely on your client only by using PSFConfig (PSFramework Module).

Usecases

The primary use case at the current state is to share clinical test results to patients. Therefor following command is used:

Publish-DracoonDocument

You can find the needed directory-structure at your user's AppData folder.

Windows C:\Users\USERNAME\AppData

MacOS /Users/USERNAME/.local/share/

Linux /Users/USERNAME/.local/share/

About

Function-based Powershell Script for automated and secure (MFA) distribution of COVID19 test results in collaboration with DRACOON-API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published