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
programming/powershell.txt · Last modified: 2024-09-29 19:35 by Manuel Frei