Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created July 18, 2018 14:09
Show Gist options
  • Save shaneis/e6e0b82d2963636749a092f31cfd3ec4 to your computer and use it in GitHub Desktop.
Save shaneis/e6e0b82d2963636749a092f31cfd3ec4 to your computer and use it in GitHub Desktop.
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