Send Teams Notification when A User Logs in through RDP

Send Teams Notification when A User Logs in through RDP

In this short tutorial, I’ll show you how to create a simple Powershell script that sends a Microsoft Teams notification whenever someone logs into a computer or server. There are a number of reasons you might want to setup a login notification like this. Auditing login/logoff events Monitoring critical servers Keeping an eye on highly-sensitive…

How To Copy Files to Google Drive using Powershell
| |

How To Copy Files to Google Drive using Powershell

In this guide, I’m going to show you how to copy (upload) files to Google Drive using a simple Powershell script. This is a great way to automate the process of moving items to the cloud for backup and retention purposes. On my home server, I have a storage array specifically for backups (R:\) I…

How To Install Kimai Time Tracking App in Docker
| |

How To Install Kimai Time Tracking App in Docker

In this guide, I’ll show you how to deploy the open source time tracking app Kimai in a Docker container. Kimai is free, browser-based (so it’ll work on mobile devices), and is extremely flexible for just about every use case. It has a stopwatch feature where you can start/stop/pause a worklog timer. Then, it accumulates…

How to install Snippet Box in Docker
| |

How to install Snippet Box in Docker

In this guide, I’m going to show you how to install Snippet Box in a Docker container. Snippet Box is an application that lets you organize your code snippets. You can add things docker-compose configs, Powershell scripts, batch files you run, your Homer dashboard configuration, or any other snippets of code you’d like to store…

Bitwarden Enterprise Offboarding & Permanently Deleting Accounts

Bitwarden Enterprise Offboarding & Permanently Deleting Accounts

At my company, we are in the process of rolling out Bitwarden Enterprise as our corporate password manager. I’ve used Bitwarden personally for years, so I’m very excited to implement a tool I use everyday to furhter secure the entire company. However, one thing that was not mentioned anywhere in the Bitwarden documentation or Bitwarden…