Skip to content

Instantly share code, notes, and snippets.

View lavahot's full-sized avatar
🕺
Let's boogey

Taylor Mansfield lavahot

🕺
Let's boogey
View GitHub Profile
@lavahot
lavahot / my-pc.ps1
Last active July 24, 2021 02:55
A boxstarter script for my personal PCs
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Disable-BingSearch
cinst adobereader
cinst anki
cinst awscli
cinst calibre
cinst discord
cinst docker-desktop
@lavahot
lavahot / create_gmsa_windows_servers.ps1
Last active September 30, 2019 23:21 — forked from jibinpb/create_gmsa_windows_servers.ps1
Create gMSA for Windows Servers
Import-module activedirectory
$gMSAName = 'gMSA_Account_Name' ## Replace this value with new gMSA Name
$serverList = 'Server001','Server002','Server003','Server004','Server005' ## Replace with Server Names
$adOU = 'ou=Managed Service Accounts,OU=Service Accounts,DC=your_company,DC=com' ## Replace with actual AD OU
## Checking whether organizational unit exists, if not create it.
$ous = dsquery ou "$adOU"
if ($ous.count -eq 0) {
dsadd ou "$adOU"
@lavahot
lavahot / megavolcano.txt
Last active September 19, 2019 03:38
Boxstarter script for home computer
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
Enable-RemoteDesktop
cinst vscode
cinst vscode-powershell
cinst vscode-docker
cisnt vscode-markdownlint
@lavahot
lavahot / keybase.md
Created March 2, 2019 23:55
keybase identity

Keybase proof

I hereby claim:

  • I am lavahot on github.
  • I am lavahot (https://keybase.io/lavahot) on keybase.
  • I have a public key ASB9MA2HEnXx1lKruWLAG9uSPkpC3EuNamFb65LjI_BYugo

To claim this, I am signing this object:

@lavahot
lavahot / packerlog.txt
Created May 12, 2017 20:19
Packer HyperV dynamic memory bug
2017/05/12 13:15:30 [INFO] Packer version: 1.0.0
2017/05/12 13:15:30 Packer Target OS/Arch: windows amd64
2017/05/12 13:15:30 Built with Go Version: go1.8
2017/05/12 13:15:30 Using internal plugin for vmware-iso
2017/05/12 13:15:30 Using internal plugin for amazon-chroot
2017/05/12 13:15:30 Using internal plugin for amazon-ebs
2017/05/12 13:15:30 Using internal plugin for docker
2017/05/12 13:15:30 Using internal plugin for googlecompute
2017/05/12 13:15:30 Using internal plugin for profitbricks
2017/05/12 13:15:30 Using internal plugin for qemu