378
edits
Changes
→Creating New PowerShell Aliases
</table>
== Creating New and Listing PowerShell Aliases ==
New aliases may be created, or existing ones changed using the ''Set-Alias'' command. For example, to create an alias of ''list'' for the ''Get-ChildItem'' command (which provides listing of the contents of a directory) the following command would be executed: