I have developed a Powershell script that needs to be run automatically daily. This was developed on a PC of mine that has Powershell. I could setup a schedule on my PC to execute it, but that's not a good idea (if the PC is left turned off etc).
There are a number of Windows Servers available I could use. But I don't have access to install anything on them and if none of them have Powershell installed, how do I accomplish this? Can Windows somehow execute Powershell (.ps1) scripts without Powershell installed?
I would also prefer the script to be uneditable after the automation is in place.