Some tech related stuff in no particular order.
A small collection of my powershell scripts for PRTG Monitoring.
Veeam B&R Console has to be installed on the PRTG Server / Probe using this script
You need to start PSx64.exe in PRTG to execute the script, since Veeam uses x64 PS and PRTG does not. (Direct download)
Parameter: -f="VeeamBackupCheck.ps1" -p=%host %windowsdomain\%windowsuser %windowspassword
Veeam B&R Console has to be installed on the PRTG Server / Probe using this script
You need to start PSx64.exe in PRTG to execute the script, since Veeam uses x64 PS and PRTG does not. (Direct download)
Parameter: -f="VeeamAgentCheckWithPrio.ps1" -p=%host %windowsdomain\%windowsuser %windowspassword
Parameter: %host %windowsdomain\%windowsuser %windowspassword "VEEAM BACKUP TEMPORARY SNAPSHOT"
Here are some of my writeups. At the moment only for Tryhackme.
A reactive quiz framework that can be used for streaming with OBS.
It's built with HTML, PHP, Ajax, CSS and a MySQL Database
A small program that can be used for streaming with OBS. It's designed for a killer sided contest in the game Dead By Daylight.
MD5: 3e2e8dfdb673711a9f7a9c4123c7c97c
With this program you can change the value of a Google Sheet cell depending on the value in a given text document
e.g. scores for each killer
Required files: killer-name.txt, score-1.txt, score-2.txt
Either place them in the same directory as the executable or call to executable with the directory that contains the files as a parameter
Filenames, Google Sheet Id, etc. could be changed in the config file
A script to that can be used to automatically install certificates into the firefox cert database.
You might be using a corp proxy that breaks open SSL traffic in combination with firefox. Hence you might need a proxy certificate in every firefox installation / profile.
With this script you can remotely start a process with the graphical user interface running.
An addon that shows you a list of spells for rare and elite npcs in World of Warcraft. So that you won't die because you simply didn't know the mob had a fucking op spell.
Whenever an elite or rare npc is your target you can open a small spellbook, that shows you every spell the mob can cast.
I only used self programmed scripts in combination with the online WoW database Wowhead.
This script lists all files containing a german Umlaut in a given directory.
Older versions of Typo3 have problems with files that contain an german Umlaut. If being hosted on a Windows platform this script searches for any file containing an Umlaut and lists them including owner of the file for blaming and shaming.
.\List-Umlaut.ps1 -Path %ROOTPATH%
Generates a random password subject to all set domain password policies.
Gen-Password.ps1 -DC DC.FQDN -PasswordLength 32 -UserName admin -HighPriv -NoSpecial