User Tools

Site Tools


public:common_patterns_in_powershell

Differences

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

Link to this comparison view

Next revision
Previous revision
public:common_patterns_in_powershell [2024/04/17 12:07] – created thomaspublic:common_patterns_in_powershell [2024/04/17 13:16] (current) – [Getting help on a cmdlet] thomas
Line 1: Line 1:
 ====== Common patterns in PowerShell ====== ====== Common patterns in PowerShell ======
 +
 +===== Getting help on a cmdlet =====
 +
 +You can use the ''Get-Help'' command to get the Powershell alternative of a man page. E.g.:
 +
 +<code powershell>
 +Get-Help "Test-Path'
 +</code>
 +
 +The first time you use ''Get-Help'', PowerShell may need some time to download necessary help files.
  
 ===== Defining an empty list ===== ===== Defining an empty list =====
public/common_patterns_in_powershell.1713355631.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki