How To Install OpenSprinkler in Home Assistant
| | | |

How To Install OpenSprinkler in Home Assistant

In this tutorial, I am going to show you how to integrate your OpenSprinker smart sprinkler system into Home Assistant. By the end of this guide, you will be able to turn on individual stations, run your “Run Once” programs, check last run time, and much more – all from your Lovelace dashboard. For reference,…

How to Install OpenSprinkler into Existing Sprinkler System
| | | |

How to Install OpenSprinkler into Existing Sprinkler System

One of the most recent smarthome projects I’ve worked on was making my sprinkler system “smart”. After doing some research, I stumbled across an open source project called OpenSprinkler. OpenSprinkler is web-based sprinkler controller for your lawn, garden, or plants. If you’d like to play around with a live demo, you can do that here:…

How To Find Next Available Computer Name in Powershell

How To Find Next Available Computer Name in Powershell

In the IT world, it’s common practice to name all of the computers you join to the domain with the same naming convention. For example, we use company abbreviations-operating system-next in line number. The computers we join to the domain look like hsbw10p611, hsbw10p612, etc. Every new computer object gets the next incremented number. Typically,…

How to Automatically send IT Welcome emails with Powershell

How to Automatically send IT Welcome emails with Powershell

Whenever a new employee starts at your organization, chances are that you typically send out an email template with all the necessary info they’ll need. These include things like how to submit an IT ticket, connect to the VPN, map a printer, or how to setup various accounts and tools. On my quest to automate…

How To Move A Computer Object to a Different OU in Powershell

How To Move A Computer Object to a Different OU in Powershell

In this guide, you’ll learn how to move a computer object from one OU to another. This is a great step to automatically moving computers or servers to the correct group using Powershell, instead of manually moving them. Step 1: Delegate Control of an OU in Active Directory Before you can move a computer object…

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…