Skip to content

Instantly share code, notes, and snippets.

@jacobbrugh
jacobbrugh / BootstrapUtils.psm1
Last active April 13, 2026 15:47
@jacobpbrugh's dotfiles bootstrap script
#Requires -Version 5.1
<#
.SYNOPSIS
BootstrapUtils - Reusable PowerShell utilities for Windows bootstrap and configuration
.DESCRIPTION
This module provides common utilities for:
- Logging with consistent formatting
- Admin privilege management
- Scoop package manager operations