How To Deploy Conreq in Docker (Ombi Alternative)
| |

How To Deploy Conreq in Docker (Ombi Alternative)

A few months ago on Reddit I came across another promising “content request & discovery” platform for my Plex users: Conreq. Conreq is similar to Ombi, Petio, and Overseerr. It’s an application that allow your Plex users to search for media for and request new TV shows and Movies to download to your media server….

How to Setup HASS Workstation Service in Home Assistant
| | |

How to Setup HASS Workstation Service in Home Assistant

In this guide, I’m going to show you how to install HASS Workstation Service in Home Assistant. HASS Workstation Service is an application that lets you use use Home Assistant to control your computer, such as locking your PC, rebooting it, or detecting when your webcam is in use. It also provides useful sensors within…

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…