현재 PowerShell 세션에서 명령 별칭을 나열하고 가져옵니다. 이 명령은 PowerShell에서만 실행할 수 있습니다. 더 많은 정보: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias.
Get-Alias
Get-Alias {{명령_별칭}}
Get-Alias -Definition {{명령}}
abc
로 시작하고 def
로 끝나지 않는 별칭 나열:Get-Alias {{abc}}* -Exclude *{{def}}