I have written a PowerShell script to automate some tasks for end users. I don't want to reveal the code/logic to my end user.
Is there any way to pack this in to a EXE. Basically, i don't want to reveal the code.
Can some one suggest on this?
I have written a PowerShell script to automate some tasks for end users. I don't want to reveal the code/logic to my end user.
Is there any way to pack this in to a EXE. Basically, i don't want to reveal the code.
Can some one suggest on this?
This is a simple program to convert a PowerShell script into a .exe
https://gallery.technet.microsoft.com/PS2EXE-Convert-PowerShell-9e4e07f1
There would probably be some way to reverse engineer the original PowerShell script if a technical user was really motivated to do so though.