Skip to content
View beau-witter's full-sized avatar
Block or Report

Block or report beau-witter

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vexx32/PSKoans vexx32/PSKoans Public

    A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.

    PowerShell 1.7k 169

  2. language-TSQL language-TSQL Public

    Atom syntax grammars for Transact-SQL

    4 2

  3. Allows switching between different v... Allows switching between different versions of Terraform on Windows, similar to TFSwitch or tfenv.
    1
    function Set-TerraformVersion {
    2
            param(
    3
            [string]$version
    4
        )
    5