How to Create PowerShell Alias
Create an alias called “ve” that looks for the relative location of -Value and runs it.
| |
Export the alias to a script.
| |
Make sure this scripts runs each time you start a powershell session.
| |
Create an alias called “ve” that looks for the relative location of -Value and runs it.
| |
Export the alias to a script.
| |
Make sure this scripts runs each time you start a powershell session.
| |