You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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