Permanent PowerShell aliases with parameters

Опубликовано: 02 Октябрь 2024
на канале: itvraag
1,370
18

How easy is it to create aliases in PowerShell to make live more easy!
#shorts #powershell #terminal
https://itvraag.nl

Watch the full video:    • Permanent aliases in PowerShell with ...  

Used commands:
alias
alias | findstr -i ls
$profile
cd documents
ls
New-Item $profile -force -itemtype file
new-alias -name np -value notepad
Function Rocky1 {docker start 21a800ae6193; docker exec -it --user itvraag -w /home/itvraag 21a800ae6193 bash}
Set-Alias -Name Ro1 -Value Rocky1