2020-04-29 20:24:19+00:00

til tech powershell

testing microblog format again

try
{
    Write-Host "Test 123"
    Write-Error "Foo"
}
catch
{
    throw
}

This supports some nice code snippets inline