Afternoon all
I have a quick question.
If i created a script using PS v3 or higher and turned it into an EXE will users who are running lower verstion be able to use the exe?
Afternoon all
I have a quick question.
If i created a script using PS v3 or higher and turned it into an EXE will users who are running lower verstion be able to use the exe?
Nope.
Also put #requires -Version 3 in top of your script to make sure that it can only be run on v3.