Powershell Script to Copy Full VM (.VBK) Backup Files to External Drive (excluding .VIB)

Powershell Script to Copy Full VM (.VBK) Backup Files to External Drive (excluding .VIB)

The title is a little wonky, but let me explain. We use Veeam for backups at our company. We have a pretty standard backup procedure: incremental backups are taken on weekdays, and full VM backups are taken on weekends. Each backup job goes to it’s own folder. Within those folders, there are tons of .VIB…

Powershell Script to Open Multiple URL’s in a Browser

Powershell Script to Open Multiple URL’s in a Browser

If you’re looking for a simple one-line Powershell script to open a webpage (or multiple webpages), then this tutorial will work perfectly for you. I use this script to open several URL’s during our new hire deployment in a brand new Chrome browser window. For example, when a new employee starts, we typically have to…

Powershell Script to Create New Active Directory User

Powershell Script to Create New Active Directory User

For the longest time, part of our user onboarding process was to manually create user accounts in the Active Directory Users and Computers (ADUC) widget. It doesn’t take very long, but whenever you onboard users manually, there’s a higher margin for error. For example, our ticketing system uses LDAP to pull the email field from…

How To Export LAPS Passwords from Active Directory with Powershell

How To Export LAPS Passwords from Active Directory with Powershell

In this guide, I’m going to show you how to export the LAPS passwords from Active Directory using a 3-line Powershell script. This script automatically exports all LAPS passwords from Active Directory to a CSV file with the date appended to the file name. I then schedule this to run monthly using Task Scheduler. Why…

How to Setup “Plex Assistant” in Home Assistant To Cast Plex Media Using Your Voice
| | | |

How to Setup “Plex Assistant” in Home Assistant To Cast Plex Media Using Your Voice

In this guide, I’m going to show you how to setup Plex Assistant, which is a project that integrates with Google Assistant. This allows you to say things “Hey Google, tell Plex to play Game of Thrones on Living Room Chromecast”. There are two installation methods available for Plex Assistant. One of the methods is…

How To Automatically Backup Home Assistant to Google Drive
| |

How To Automatically Backup Home Assistant to Google Drive

In this guide, I’ll show you how to automatically create Home Assistant backups and save them to Google Drive in 2021. To do this, we are using a community addon called Home Assistant Google Drive Backup. Home Assistant Google Drive Backup leverages Home Assistant’s snapshot feature to schedule snapshots as frequently or infrequently as you…

How To Add Ecolink Wireless Audio Detector to Home Assistant
| |

How To Add Ecolink Wireless Audio Detector to Home Assistant

In this guide, I’ll show you how to add an Ecolink Wireless Audio Detector to Home Assistant. I will also show you how to create a basic automation that will alert you via Home Assistant phone notifications if smoke is detected. In terms of cost, an audio detector is a great alternative to purchasing zwave…

The Ultimate SmartThings to Home Assistant Migration Guide
| | |

The Ultimate SmartThings to Home Assistant Migration Guide

With all of the SmartThings issues I’ve been hearing about lately, I thought now would be a good time to share some guides I created whenever I migrated to Home Assistant. Follow this guide to learn how to migrate from SmartThings to Home Assistant in 2021. Overall, SmartThings was pretty solid for me. I had…