Blog
211 posts · PowerShell, SCCM, Home Assistant, AI operators, and the tools I build along the way.
-
Use DeskDock and Wireless ADB to control your phone from your PC wirelessly
Today I want to show you how to use DeskDock to control your phone from your desktop….WIRELESSLY. I have been using DeskDock for a while now and I love it. I don’t love that I h…
-
Create Azure vnet, subnet and Network security group with application policies with powershell
In a previous post I showed you how to create a resource group. The next thing I want to show you is how to create a vnet, subnet and a network security group with application s…
-
Use Powershell profiles
Powershell profiles are like startup programs for powershell. You can have it load in creds, set variables, login to a system, set formatting, and much more. I use a few simple …
-
Create an Azure Resource Group with Powershell
Resource groups are a fundamental component of Azure. Your VMs, Networks, Storage account(s), etc. all live in resource groups. Before we run the command we need to figure out W…
-
Enable Admin share on non-domain PC or server
In this quick post I will show you how to enable an Admin share on non-domain PC or server. When a PC or Server is added to the domain, as a result, the system will automaticall…
-
SCCM Script – Choco Checker (check for and install chocolatey)
This is a pretty straight forward script that I end up using in a lot of other scripts. Firstly, it checks for Chocolatey with the “choco” command. If Chocolatey is not installe…
-
Add Sites to Java security exceptions list with Powershell
Java security exceptions are a pain. Its a setting that needs to be set for each users. You should add sites to this list sparingly but chances are that if you have any internal…
-
Create a SCCM Device Collection by IP or Subnet
This post will show you how to create a SCCM Device Collection by IP or Subnet. This is useful for applying scripts or policies to devices that are in a particular subnet. For c…
-
Create an SCCM Collection based on software installed
It is useful to create SCCM collections for workstations or servers having a certain piece of software installed. This can help visualize just how many systems have the software…
-
Create a SCCM Device Collection
In this post I will show you how to create a SCCM device collection. Device collections are used in pretty much every other module inside SCCM. With collections you can deploy s…
-
Powershell Infogetter
This script will help you gather info on devices in an OU. This script will lookup the devices in the OU you define and then for each it will; Test-NetworkConnection to see if t…
-
Use Powershell to find and delete email from Exchange
Sometimes you need to delete an email from exchange and you usually need to do it in a hurry so Powershell is the fastest way to do this. First you need to have a connection to …











