I am trying to deploy a fix in a closed enterprise environment. I want to create script that will fix an issue I have but need it to be able to run without changing execution policy. This network is in-house and does not connect out to be able to purchase a trusted certificate so I'm hoping to have one of our servers sign? All user and workstation authentication runs through one local certificate authority but don't know if I can create a cert from it that windows will allow through execution policy.
I have been working with trying to bypass execution policy but haven't managed to find a way to do it automatically and safely on our older version of powershell.