Accessing windows server

Hello guys,

i have a scenario that i need to run some commands on a unix machine and them connect on a windows server machine stop some services and them back to the Unix machine do another commands..

There is a way to do that with shell script?

tks

If you can install an SSH server on the Windows machine then it's no different from running commands over SSH on other architectures (except the command language which the server understands is slightly different, of course).