Skip to content

Instantly share code, notes, and snippets.

@anotherlab
Created July 4, 2020 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anotherlab/c5943f8afb7e64dcd0958e45b99b0fa4 to your computer and use it in GitHub Desktop.
Save anotherlab/c5943f8afb7e64dcd0958e45b99b0fa4 to your computer and use it in GitHub Desktop.
Get a list of static members from the system.console class
[system.console] | Get-Member -Static -MemberType property | Format-Table name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment