Introduce -lp as an alias for -LiteralPath to make it easier to pass literal paths · Issue #6732 · PowerShell/PowerShell

Cmdlets such as Get-ChildItem / Get-Item bind the first positional argument to the -Path parameter. This is convenient on the one hand, because -Path supports wildcard expressions, so that you can ...