I'm working on an installation script of certain software I am developing. Installation of the software on a remote server requires a certain startup script to run on each boot.
I'm writing a powershell script so I'm looking for a way to create a start up script from powershell I have the batchfile ready to execute I just need to run it on each boot of the remote server
I couldn't find any resources on Google therefore I am asking here if anyone could achieve such a result