User Tools

Site Tools


programming:powershell

Differences

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

Link to this comparison view

Next revision
Previous revision
programming:powershell [2017-09-06 16:23] – created rootprogramming:powershell [2017-09-06 16:27] (current) root
Line 1: Line 1:
 ====== PowerShell ====== ====== PowerShell ======
 +
 +[[https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell|Installing Windows PowerShell]]
  
 ===== Dump Object ===== ===== Dump Object =====
Line 6: Line 8:
  
 <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.1504707832.txt.gz · Last modified: 2017-09-06 16:23 by root