User Tools

Site Tools


programming:powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
programming:powershell [2017-09-06 16:23] – created rootprogramming:powershell [2017-09-06 16:24] root
Line 6: Line 6:
  
 <code> <code>
-$Obj | Format-Custom -Property * -Depth 4+$Obj | Format-Custom -Property * -Depth 8
 </code> </code>
  
 Bsp. Bsp.
 <code> <code>
-Get-Process | Select-Object -First 1 | Format-Custom -Property * -Depth 4+Get-Process | Select-Object -First 1 | Format-Custom -Property * -Depth 8
 </code> </code>
  
programming/powershell.txt · Last modified: 2017-09-06 16:27 by root