Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

vtfk/tqm-user-export

Repository files navigation

TQM User export

Setup

  1. Create a envs.ps1
  2. Fill it with:
    $papertrailConfig = @{ # Optional
        Server = "<papertrailserver>"
        Port = <portnumber>
        HostName = "<hostname>"
        Level = "ERROR" # papertrail logging will be activated from this log level and up
    }
    
    $sftp = @{
        HostName = "sftp.server.no"
        UserName = "username"
        Password = "password"
        SshHostKeyFingerprint = "ssh-rsa 4096 ssh-fingerprint"
    }
    
    $tqmConfig = @{
        Firmakode = "firmakoden din"
        TeamsWebhook = "https://vtfk.webhook.office.com/webhookb2/blablabla" # Sends teams webhook on logger error level
    }

Usage

  1. From a PowerShell prompt
    1. .\Start-UserExport.ps1

Start-ScriptFile.ps1

This will file be launched by a scheduled task. Only when there's one or more file(s) at the $folder location, Start-UserExport.ps1 will be launched. Whenever you set it to run (TQM likes around midnight)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors