Server

Windows IIS Let's Encrypt Automation
https://letsencrypt.org/ "Let’s Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Researc...
Tue, Dec 4, 2018 at 2:48 PM
Clear Printer Spooler
Stop service "Print Spooler" Delete files from "C:\Windows\System32\spool\PRINTERS" Start service "Print Spooler" Use...
Wed, Dec 19, 2018 at 9:59 AM
Reset Permissions (Home, Redirection, Roaming)
<#     .SYNOPSIS           Reset ownership and permissions for existing user data repository..         Intended for folder redirection, roaming pro...
Tue, Jul 7, 2020 at 4:09 PM
Reset Permissions Basic
Create setPermissions.bat and paste code below Change DOMAIN to your domain name. D: cd D:\Users\ for /D %%i in (*) do (   icacls %%i /inheritance:...
Thu, Jun 27, 2019 at 10:41 AM
Get All Users Logged in by Computer - Powershell
function Get-UserLogon {   [CmdletBinding()]   param   (   [Parameter ()] [String]$Computer,   [Parameter ()] [String]$OU,   [Parameter ()] [...
Fri, Feb 28, 2020 at 12:23 PM
Automated Student Accounts via PowerSchool Export
<# &nbsp; &nbsp; ==Synopsis== &nbsp; &nbsp; This script takes a mass export of students and creates accounts in Active Directory and th...
Wed, Aug 18, 2021 at 3:23 PM
Ransomware Reset Script
param( [string]$username = "" ) [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.VisualBasic") # If a username hasn't ...
Tue, Oct 6, 2020 at 11:26 AM
Update AD user email addresses
<#     .SYNOPSIS           Mass replace substring for AD user email addresses by direct OU membership.                      .DESCRIPTION      ...
Mon, Jul 13, 2020 at 11:10 AM
Update-365EmailForward
<# .Synopsis    Update Office 365 Outlook forwarding address .DESCRIPTION     Prompts for a CSV that can either be just the target users or it can al...
Fri, Aug 14, 2020 at 1:52 AM
PRTG Service Account Configuration
Create a standard user account in Active Directory like prtg@domain.local Download and extract the zip attached to this article. Create a new, blank...
Tue, Mar 16, 2021 at 11:44 AM