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
Get-ComputerInfo isn't supported on Linux currently, however,
ginalias points to it.ginalias should be removed (for now).Steps to reproduce
Expected behavior
Actual behavior
Environment data