I am looking for a solution to remotely manage around 100 workstations.
I will be connecting to these systems to complete several local system tasks. (3rd party updates, security auditing, incident response)
Remote Powershell over SSL seems ideal.
To enable the WinRM HTTPS listener on each workstation - will I need a local certificate installed on every workstation? I believe this is correct, I just want to be sure.
Is there a more graceful way to implement a solution like this? Or will I have to physically visit each workstation I wish to remote into - to install a certificate?
I'd also welcome any suggestions that do not use powershell or winrm at all!
Thanks!