In PowerShell I have tried:
alias | select-string Alias
This fails even though Alias is clearly in the output. I know this is beca
Alias
The proposed solution is just to much work for something that can be done like this:
Get-Alias -Definition Write*