Server
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
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
<# .SYNOPSIS Reset ownership and permissions for existing user data repository.. Intended for folder redirection, roaming pro...
Tue, Jul 7, 2020 at 4:09 PM
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
function Get-UserLogon { [CmdletBinding()] param ( [Parameter ()] [String]$Computer, [Parameter ()] [String]$OU, [Parameter ()] [...
Fri, Feb 28, 2020 at 12:23 PM
<# ==Synopsis== This script takes a mass export of students and creates accounts in Active Directory and th...
Wed, Aug 18, 2021 at 3:23 PM
param( [string]$username = "" ) [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.VisualBasic") # If a username hasn't ...
Tue, Oct 6, 2020 at 11:26 AM
<# .SYNOPSIS Mass replace substring for AD user email addresses by direct OU membership. .DESCRIPTION ...
Mon, Jul 13, 2020 at 11:10 AM
<# .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
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