PowerShell Script to delete files/folders order than X days
If your like me you have a lot of backups, downloads, and/or copies files in various folders and cleaning it up and can be time consuming. To help with that…
If your like me you have a lot of backups, downloads, and/or copies files in various folders and cleaning it up and can be time consuming. To help with that…
This article is a repost from here Introduction UniFi Access Points (APs) and other devices are fantastic, but can be difficult to adopt from a UniFi Controller if they never…
INSTALLING WIREGUARD ON UBIQUITI ROUTERS FOR FASTER HOME VPN This article is a repost from here Wireguard is an extremely simple, fast, and modern VPN. With it’s introduction into the mainline linux…
If you've ever been curious on how to convert a disk that is formatted for an unusual sector size (4k, 520, etc.) to 512 try this camcontrol cmd da33 -v…
This is a re-post from this article... All SRV and A resource records (20 in total, if the domain controller is a Global Catalog server; 15 if it is not)…
Original Posting can be found here Setting up an OpenVPN server with Ubiquiti EdgeRouter (EdgeOS) and Viscosity Virtual Private Networks (VPNs) can be utilized for a number of very useful…
ASSP Email Interface The ASSP Email Interface allows you perform many functions related to the Anti-Spam Proxy by simply sending an email form your domain based email account(ie: user@mydomain.com ). assp-spam@ -- to…
Here is a super simple maintenance page if you are looking for one.. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <style type="text/css"> @font-face { font-family: "Open Sans"; font-style:…
Bernie Salvaggio wrote a fantastic script for working with Log files (compressing them and removing them after a specific age). Archive Log Files: Manually specify any folder(s) or automatically parse…
Looking for a quick Azure Function sample when working with Azure AD SSO? #r "Newtonsoft.Json" using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Primitives; using Newtonsoft.Json; using System.Security.Claims; public static async Task<IActionResult> Run(HttpRequest…