■ New-Alias 명령에서 -Name/-Value 스위치를 사용해 별칭을 참조하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
New-Alias -Name wo -Value Write-Output |
■ New-Alias 명령에서 -Name/-Value 스위치를 사용해 별칭을 참조하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
New-Alias -Name wo -Value Write-Output |