Welcome to My Blog

IT related tech tips since 2006

Login

Blog History

Wake On LAN Across the Internet with Unifi Kit

Configuring a remote Unifi USG Firewall to broadcast WOL Packets from a remote site to wake a computer +-----------------+ +-------------------------+ | Site A | | Site B | | | | LAN: 10.11.12.0/24 | | [Linux or WSL |-----It's The Internet Jen-----[Remote USG] | | |...

Undeprecate my Powershell

So I was attempting to create a Powershell script that would Create an Azure AD Application and do the Application Admin consent aswell The script I had as a sample used AzureRM to get a refresh token and then get an access token to then do the POST to the...

Chocolatey – Windows Package Manager FTW

Install chocolatey from an elevated Powershell command prompt following the instructions at https://chocolatey.org/install From then on you can install many of your favourite packages with eaze. choco install nodejs --version=14.15.0 # pin the version so you don't...