Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Cmdlets with NoNewLine Parameter

$
0
0

Summary: Easily find Windows PowerShell 5.0 cmdlets with the NoNewLine parameter.

Hey, Scripting Guy! Question I heard that Windows PowerShell 5.0 introduces a NoNewLine parameter for some cmdlets, but how can I
           find the cmdlets?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet (gcm is an alias), and search for the ParameterName of NoNewLine:

gcm -ParameterName nonewline


Viewing all articles
Browse latest Browse all 3333

Trending Articles