Get-Alias
Last updated
Last updated
PS> Get-Alias gwmi
PS> Get-Alias -Definition Get-Wmiobject
# both commands listed above outputs the same results
CommandType Name Version Source
----------- ---- ------- ------
Alias gwmi -> Get-WmiObject