Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Strange behavior with the Get-Alias cmdlet

$
0
0

Same results using the back tick to escape it:

Get-Alias -Name `?

Looks like internally, the Name parameter of Get-Alias must do a "like" match on the value entered as the following returns the same results:

Get-Alias | Where-Object Name -like ?

Viewing all articles
Browse latest Browse all 13067

Trending Articles