Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created July 18, 2018 14:09
Embed
What would you like to do?
I like the formatting
[PSCustomObject]@{
    Name = '$Stmt'
    Type = $Stmt.GetType().FullName
}, [PSCustomObject]@{
    Name = '$ActualStmt'
    Type = $ActualStmt.GetType().FullName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment