The GCIM alias works in WIndows PowerShell 5.1 and points to Get-CImInstance.
This alias is not present in RC3
Steps to reproduce
Expected behavior
PS C:\foo> gcim -class win32_Bios
SMBIOSBIOSVersion : A16
Manufacturer : Dell Inc.
Name : Phoenix ROM BIOS PLUS Version 1.10 A16
SerialNumber : 87Q285J
Version : DELL - 15
Actual behavior
PS C:\foo> gcim win32_bios
gcim: The term 'gcim' 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.
Suggestion [4,General]: The most similar commands are: gci, gcm, gc, gcs, gi, gm, icm, gcb, gin.
Environment data
PS C:\foo> $PSVersionTable
Name Value
---- -----
PSVersion 7.0.0-rc.3
PSEdition Core
GitCommitId 7.0.0-rc.3
OS Microsoft Windows 10.0.19569
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.0.0, 6.1.0, 6.2.0, 7.0.0-rc.3}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Please return this alias as it's useful at the command line.
The GCIM alias works in WIndows PowerShell 5.1 and points to Get-CImInstance.
This alias is not present in RC3
Steps to reproduce
GCIM -Class WIn32_biosExpected behavior
Actual behavior
PS C:\foo> gcim win32_bios
gcim: The term 'gcim' 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.
Suggestion [4,General]: The most similar commands are: gci, gcm, gc, gcs, gi, gm, icm, gcb, gin.
Environment data
Please return this alias as it's useful at the command line.