Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created April 7, 2018 15:20
Show Gist options
  • Save rpalo/d22390c0fd0a5be4fd66d51907360907 to your computer and use it in GitHub Desktop.
Save rpalo/d22390c0fd0a5be4fd66d51907360907 to your computer and use it in GitHub Desktop.
PS> Get-Process | Get-Member
# Another similar command that also prints out the values is:
PS> (Get-Process)[0] | Format-List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment