passing parameters in powershell script
Lets say you would like to pass some parameters to your powershell script, you can easily do it using the param keyword. You just have to have it right on top of your scripts. I know this kinda lame post but sometimes when you just can't seems to be able to write that code out.... :)
Comments