-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Steps to reproduce
$ Get-Alias Sort
Expected behavior
CommandType Name Version Source
----------- ---- ------- ------
Alias sort -> Sort-Object�
��
Actual behavior
Get-Alias : This command cannot find a matching alias because an alias with the name 'Sort' does not exist.
At line:1 char:1
- Get-Alias Sort
-
- CategoryInfo : ObjectNotFound: (Sort:String) [Get-Alias], ItemNotFoundException - FullyQualifiedErrorId : ItemNotFoundException,Microsoft.PowerShell.Commands.GetAliasCommand
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.9
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1powershell 6.0.0-alpha.9-1
Metadata
Metadata
Assignees
Labels
No labels