This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |