Welcome to the PowerShell Tricks repository! This repository contains a collection of useful PowerShell scripts, functions, and tips that can help you improve your productivity and efficiency when working with PowerShell.
| File Name | Description |
|---|---|
add-aliases.ps1 |
A script that adds several useful aliases to your PowerShell profile |
README.md |
The file you are currently reading |
LICENSE |
The license file for this repository |
To use the add-aliases.ps1 script, simply download or clone this repository to your local machine and run the script. The script adds the following aliases to your PowerShell profile:
| Alias | Command |
|---|---|
insById |
installById |
insByName |
installByName |
search |
searchPackage |
The installById and installByName aliases allow you to install packages using winget by either ID or name, respectively. The search alias allows you to search for packages using winget.
If you have a useful PowerShell script or function that you would like to contribute to this repository, please feel free to submit a pull request. Before submitting, please make sure your code follows the PowerShell best practices and includes a clear description of what it does.
If you have any questions or comments, please feel free to contact me at [email protected] Thank you for using PowerShellTricks