I have written a powershell script and send to my team mates.
One of my teammate when he was right click and [Run with powershell] execute the script it did not work.
He told that it is Win7 64 bit machine.
Then i manually opened 32 bit Powershell and use the "Powershell -file <Filename>
" and executed.
In 64 bit environment, can't we simply execute by right click and Run with powershell?