Requirement: As part of deployment procedure I have to execute scripts on target servers.
Problems: I don't want to log-in into every server using RDP just to execute a script. Some servers are not part of the domain. IT doesn't allow using WinRM on non-domain servers.
Question: Considering the fact that I have an account on target server, with needed permissions, how to safely execute my scripts there without compromising security of the system?