User Tools

Site Tools


programming:powershell

This is an old revision of the document!


PowerShell

Dump Object

Like PHP's var_dump().

$Obj | Format-Custom -Property * -Depth 8

Bsp.

Get-Process | Select-Object -First 1 | Format-Custom -Property * -Depth 8

https://stackoverflow.com/a/2846156

programming/powershell.1504707858.txt.gz · Last modified: 2017-09-06 16:24 by root