<t>The very first alias I made once I started customizing my profile in PowerShell was 'which'.<br/>
<br/>
New-Alias which get-command<br/>
<br/>
```<br/><br/>
To add this to your profile, type this:<br/>
<br/>"nNew-Alias which get-command" | add-content $profile<br/>
<br/>
```<br/>
<br/>
Then at the start of the last line is to ensure it will start as a new line.</t>