User Tools

Site Tools


programming:powershell

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.txt · Last modified: 2017-09-06 16:27 by root