I have Python 2.5 script wherein I remotely control (query, stop, start) services on Windows 2003 servers using win32service. We are upgrading servers to Windows 2008. My existing script will not control Windows 2008 services.
Is there a Python module that will access/control Windows 2008 services?
Thanks,