Search notes:

PowerShell cmdLet get-alias

TODO

Why do the following two cmdLets not return the same result:
PS C:\> get-alias
PS C:\> get-command | where-object commandType -eq alias

See also

Powershell command noun: alias

Index