Skip to content

Instantly share code, notes, and snippets.

@cdhunt
Last active December 15, 2015 10:39
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 cdhunt/5247383 to your computer and use it in GitHub Desktop.
Save cdhunt/5247383 to your computer and use it in GitHub Desktop.
PS C:\> Start-PSNode -Server http://localhost:9092/ -AuthenticationType IntegratedWindowsAuthentication -Command {
Get-Process | Select-Object Handle, WorkingSet, Id, Name, UserProcessorTime | ConvertTo-Json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment