Skip to content

Instantly share code, notes, and snippets.

View laage's full-sized avatar

Kim Laage laage

View GitHub Profile
@laage
laage / index.css
Last active December 22, 2019 17:46
GistPad_Test
h1 {
color: blueviolet;
}
@laage
laage / Move-VMADStudent.ps1
Created August 31, 2017 11:17
WiP Powershell script to move students from one grade to another.
#requires -version 4
<#
.SYNOPSIS
Move student from one year to another
.DESCRIPTION
Move student from one grade/year to another.
Includes changing the user name, renaming profile and home directories
on disk, move to new OU and security group
.EXAMPLE
PS C:\> .\Move-VMADStudent.ps1
@laage
laage / WinInstall
Last active March 7, 2018 14:58
Software and configurations for a new windows installation
--- Hardware ---
BIOS update
Driver update
--- Windows Features ---
Windows Subsystem for Linux
Get-ChildItemColor(Powershell/PowerShellGet)
Posh-Git (Powershell/Chocolatey)
ConEmu (Powershell/Chocolatey)
Vim (Powershell/Chocolatey)
@laage
laage / .gitconfig-win
Last active August 2, 2017 10:32
.gitconfig for Windows. Requires P4Merge for visual merge and Visual Studio Code as commit editor and diff tool. 2017-08-02
[user]
name = [NAME]
email = [EMAIL ADDRESS]
[core]
# Visual Studio Code required
editor = code --wait
# Change to match user path
excludesfile = C:/Users/[USERNAME]/.gitignore_global