Skip to content

on Linux, "gin" alias points to Get-ComputerInfo that's still unsupported #3577

@alexandair

Description

@alexandair

Get-ComputerInfo isn't supported on Linux currently, however, gin alias points to it. gin alias should be removed (for now).

Steps to reproduce

PS /> gin
gin : The term 'Get-ComputerInfo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Expected behavior

PS /> get-alias gin
get-alias : This command cannot find a matching alias because an alias with the name 'gin' does not exist.

Actual behavior

PS /> get-alias gin

CommandType     Name
-----------     ----
Alias           gin -> Get-ComputerInfo

Environment data

PS /> $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.18
CLRVersion
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdletsgeneral cmdlet issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions