PowerTip: Find Cmdlets with NoNewLine Parameter

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon