I want to create an alias with fixed (static) parameters,
like the example below:
set-alias -name xxx -value Get-Process -ComputerName group1\xpto-pc
I don't want to changeable parameter values...
I want them to be fixed in the alias...
- note: i do not want to create a function