Summary: Easily find Windows PowerShell 5.0 cmdlets with the NoNewLine parameter.
I heard that Windows PowerShell 5.0 introduces a NoNewLine parameter for some cmdlets, but how can I
find the cmdlets?
Use the Get-Command cmdlet (gcm is an alias), and search for the ParameterName of NoNewLine:
gcm -ParameterName nonewline